Adding datatables_order hides the datatables header?
-
I can use datatables_order, and I can use default header with export and search and manual sort.
But when I add ORDER, the header disappear (as in no-datatables).Can I add/change the default order (from alfabeticrally first column to something else), and still keep the datatables header?
I tried by javascrip, but can’t use that as I have one sheet serving many queries, and the do not show same columns. The javascript is common for all views for same google sheet.
I used this code for canaging default order:
datatables_order="%5B%5B 3, 'asc' %5D%5D"https://ww.wp.xz.cn/plugins/inline-google-spreadsheet-viewer/
The topic ‘Adding datatables_order hides the datatables header?’ is closed to new replies.