Highlight columns in datatables
Highlight columns in datatables
I am using datatables for displaying paginated results.
In one use case of my requirement I need to highlight certain columns in a row. These columns would vary from Row to Row. Also information regarding the columns to be highlighted for each row is obtained at runtime i.e after the ajax call for the result set is made.
Any suggestion on how to achieve this behaviour.
In one use case of my requirement I need to highlight certain columns in a row. These columns would vary from Row to Row. Also information regarding the columns to be highlighted for each row is obtained at runtime i.e after the ajax call for the result set is made.
Any suggestion on how to achieve this behaviour.
This discussion has been closed.