json_table
json_table copied to clipboard
How to know which cell belongs to which column
Example I have a column for column name: "color" which has the hex color string and I want that if the cell is in column "color" then I show the color tile in it.
so, can you change
tableCellBuilder: (value){}
to
tableCellBuilder: (value,header){}
so, that we will know that the cell belongs to that particular header
How to change date/time format with valueBuilder?