Project

General

Profile

Bug #3114

Updated by Vincent MEMBRÉ over 11 years ago

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) asStrip*e*Classes) (see http://www.datatables.net/upgrade/1.9 for more details) 

 renaming all asStripClasses to asStripeClasses shoudl fix this 



Back