How can I use the Data Grid extension

0
I would like to use the data grid extension to make the color of the rows of the clients whose status is overdue and those whose status is due color yellow then those whose status is ok to green.. I need some guidance on this widget.. thank you..
asked
3 answers
0

You will need to create classes for each of the different row types to your CSS file in your theme. Then, following the documentation for this widget in the appstore, place the datagrid in a table and in the next row of the table, place the widget. Then open up the properties window of the widget, click on the Rows tab, define that attribute which will determine the styling to be used and define which classes are tied to which attribute value.

hope that helps.

answered
0

Hi Osbert,

There is a good demo project, this will give some help https://github.com/Andries-Smit/DataGridExtention/tree/master/Test

answered
0

I have tried to use the data grid extension widget on a project, but the page that contains it, is extremely slow at loading. Any ideas on that?

answered