Hi @tobiasbg,
Thanks a lot for your great plugin and its extensions that I’m currently testing locally before moving it to the live website. If I can achieve what I need, rest assure that I’ll make a donation ??
1- In fact, I’m looking to achieve the same thing as @travishalff mentioned above:
I have a table with 9 columns and would like to fix the first five columns and force the last four columns to collapse: https://ibb.co/hCG346
I looked into the DataTables jQuery options and found the “Column priority”: https://datatables.net/extensions/responsive/priority
Do you think this could be a solution in order to achieve that?
2- In the meantine, I also tried with the “DataTables Row Details” you mentioned above and nearly managed to achieved that: https://ibb.co/iq4ZBm
But as you can see, it seems to be conflicting with the “ColumnFilterWidgets” extension. I wanted the filter to apply to columns 2, 3 and 4. But after adding the “DataTables Row Details” extension, the filtered columns are now 1, 2, 3 and 9. Below is the shortcode I used:
[table id=1 datatables_row_details=true datatables_row_details_columns="F-I" datatables_columnfilterwidgets=true datatables_columnfilterwidgets_exclude_columns=1,5,6,7,8,9 /]
Do you think there might be a solution to that issue?
3- Third and last question, would it be possible to left align the value of the four collapsed columns just after their labels instead of right aligning them?
Thank you very much for your time and your help.
Best regards,
Stephane.
-
This reply was modified 6 years, 10 months ago by stfa76.
-
This reply was modified 6 years, 10 months ago by stfa76.