Actions
Bug #3114
closedclasses in dataTables lines are not set (no background color)
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
We set a different background color between two lines of a table to make it easier to read.
The css classes to define that background color is no more applied with the upgrade to DataTables 1.9.2 in #2970
In fact we define the parameter "asStripClasses" for every dataTable in Rudder.
But that parameter as been deprecated in datatable 1.9 (as it is a typo, the real parameter name is asStripeClasses) (see http://www.datatables.net/upgrade/1.9 for more details)
renaming all asStripClasses to asStripeClasses shoudl fix this
Actions