Hi,
thanks for your post, and sorry for the trouble.
This could maybe be helpful here: https://ww.wp.xz.cn/support/topic/keep-responsive-table-always-open-in-collapse-mode-in-mobile-display/
Regards,
Tobias
Hi Tobis
I added this code and the +/- arrows disappear
And the data is off the screen on mobile.
I want to keep the layout/format of the OPEN Row (data)
I want all the Rows to NOT be Collapsed, but OPEN
https://www.dropbox.com/s/2k2nntpxrhnaxa7/tablepress-opened.jpg?dl=0
Is this possible… ?
https://40west12th.com/availability/
Hi,
it looks like you were already using a “Custom Command” for this table. This means that just a small change should be necessary: Instead of putting the new command in a new line, please separate the existing and the new one with a comma, i.e. use the “Custom Command”:
"columnDefs": [ { "orderable": false, "targets": [ 4, 5 ] } ], "responsive": { "details": { "display": $.fn.dataTable.Responsive.display.childRowImmediate, "type": '' } }
Regards,
Tobias
Awesome! That worked beautifully!
Thank you Tobias!!!
Hi,
no problem, you are very welcome! 🙂 Good to hear that this helped!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!