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.
![think](https://secure.gravatar.com/avatar/cd05ef102ac982e6ce5cb2507a254a9d/?default=https%3A%2F%2Fvanillicon.com%2Fcd05ef102ac982e6ce5cb2507a254a9d_200.png&rating=g&size=120)
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