mkhairi / jquery-datatables

Jquery datatables ruby gems for assets pipeline
https://datatables.net/
Other
75 stars 18 forks source link

dom for materializecss missing #12

Closed reckerswartz closed 5 years ago

reckerswartz commented 5 years ago

//Global setting and initializer

$.extend( $.fn.dataTable.defaults, { responsive: true, pagingType: 'full', dom: "<'row'<'col s12 m6'l><'col s12 m6'f>>" + "<'row'<'col s12'tr>>" + "<'row'<'col s12 m5'i><'col s12 m7'p>>", });

UI styling missing can we add it for materializecss in style options for example https://themes.materializecss.com/pages/admin-table-custom-elements

mkhairi commented 5 years ago

There is no official support yet for materializecss. see available styling. As for now, you can modify dom, css manually to make it compatible with materializecss.

reckerswartz commented 5 years ago

closing issue for now!