Column ordering question
-
Hi Tobias,
Thank you for your help earlier with the column order extension.
I have just started to use the extension and have a question. I have a table that has a lot going on with it:
[table id=7 responsive=scroll responsive_breakpoint=phone hide_columns=”1,2,3,4,5,6,7,8,9,11,12,13,14,15,18,19,20,21,22,23,24,25,26,27,28,30,31,32,33,34″ row_order=sort row_order_sort_column=J /]
This table works perfectly as columns 10, 16, 17, and 29 are shown and everything else is hidden.
When I try to implement column ordering nothing happens. I’m trying to swap column 17 and column 29. Here is my code:
[table id=7 responsive=scroll responsive_breakpoint=phone hide_columns=”1,2,3,4,5,6,7,8,9,11,12,13,14,15,18,19,20,21,22,23,24,25,26,27,28,30,31,32,33,34″ column_order=”manual” column_order_manual_order=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,29,18,19,20,21,22,23,24,25,26,27,28,17,30,31,32,33,34 row_order=sort row_order_sort_column=J /]
Any feedback would be greatly appreciated.
Thanks!
Ronald
The topic ‘Column ordering question’ is closed to new replies.