Jeremy Leong:
How do I set a cursor pointer for table2?
Christina Saran:
Hiya Jeremy, Where exactly do you want to cursor pointer within the table?
Jeremy Leong:
For the whole row of table2, currently I am only enabling it on the HTML object “icons” from the example
Christina Saran:
Inside table2, options -> columnClasses
you can add tailwinds cursor-pointer
class to each of the columns you have displayed.
it can look like this:
"columnsClasses": {
"age": "col-md-8 cursor-pointer",
"name": "col-md-4 cursor-pointer"
},