Collapsible/Expandable Datatable ( input from Access) , need to change the font color based.

Collapsible/Expandable Datatable ( input from Access) , need to change the font color based.

thinkthink Posts: 1Questions: 0Answers: 0

Hello All,

I have a query written in Access and need to display in the html.
I have a datatable with collapsible and expandable format.

Now i need to change the font color dynamically if the datatable contains some character.

$('#example3').dataTable({
"bLengthChange": false,
"bPaginate": false
}).rowGrouping({
bExpandableGrouping: true,
iGroupingColumnIndex: 0,
asExpandedGroups: [],
sGroupingColumnSortDirection: "asc",
iGroupingOrderByColumnIndex: 0
});

Please let me know how change the row/column text data to RED, if it receives R from the access query

This discussion has been closed.