How to best achieve custom rendering for a table column
How to best achieve custom rendering for a table column
First off, got to say that datables looks awesome.
Now onto my issue, I have a datatable with ajax datasource (not server side processing).
One of my columns is a list of colors (i.e. #232132), so what I wanted to know is how to best achieve this: I want the cell background with a particular color to be of that color, so if the cell content comes with #ff0000 I want the background for that cell to be of #ff0000, since I am quite new with datatables I wanted to know how to achieve this effect having the datasource returning only a json array of the values
Thanks.
Now onto my issue, I have a datatable with ajax datasource (not server side processing).
One of my columns is a list of colors (i.e. #232132), so what I wanted to know is how to best achieve this: I want the cell background with a particular color to be of that color, so if the cell content comes with #ff0000 I want the background for that cell to be of #ff0000, since I am quite new with datatables I wanted to know how to achieve this effect having the datasource returning only a json array of the values
Thanks.
This discussion has been closed.