Hi,
I planned to give all date strings that are in the past a red color and all other ones the default one (black). So my attempt was on creating a custom formatter that works as a hook to the date formatter (currently without date comparison):
|
1 |
deadline_formatter = function (cellval, opts){<br /> |
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top