Hi,
thanks for your post, and sorry for the trouble.
For this, you could maybe take a look at the TablePress Row Details Extension that is described at https://wordpress.org/support/topic/how-to-expand-tablepress-row?replies=24#post-4187213
Regards,
Tobias
Thank u,
But i don’t know how to integrate it and where.. pls help me below thing
However, a similar functionality is available via this Premium TablePress Extension: http://tablepress.org/extensions/datatables-row-details/
If you install that, and extend the Shortcode of the table to
[table id=1 datatables_row_details=true datatables_row_details_columns=”A” /]
the content of the first cell of each row will be visible after a click on a “+” symbol only.
If you change the Shortcode to
[table id=1 datatables_row_details=true datatables_row_details_columns=”A-C” /]
you will see a similar behavior, except that the content of three columns is then taken as the “extra content”.
Hi,
that’s pretty clear, isn’t it? 🙂 Just download, install, and activate the plugin from the link and change the Shortcode as explained.
Regards,
Tobias
Thank You,
Superb, My query is solved,
now last query related this topic
for u it’s simple but i have try lots but i didn’t solve, so if i want button at last column then what to do
justnow
——————————————-
Name Address Mobile
+ xyz asd 898989
——————————————-
I want that plus button last as shown bellow
——————————————-
Name Address Mobile
xyz asd 898989 +
——————————————-
Hi,
good to hear that this helped!
Unfortunately, I can not offer an easy solution for moving the “+” button. There’s no direct configuration option for this. You would have to modify the Extension’s code yourself, to shift the button.
Regards,
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!