Datatable use extra classes

Hi,

I cannot figure out how to use classes “compact” or “row-no-gutters” form datatable within Appstudio.
Please help.

Volker

You didn’t mention what you have tried already.

Have you tried adding these to the class property of the table in the Properties window?

oh, sorry.

Yes I’ve put them into the class property behind the default
table table-striped table-bordered

Nothing happens then.

Volker

I found this in the Datatables docs:

I have no idea if something similar might apply to compact.

Have you tired this.

<div class="row no-gutters">

instead of

<div class="row-no-gutters">