Hi,
thanks for your question, and sorry for the trouble.
If I understand correctly, you might be interested in something like this:
http://wordpress.org/support/topic/how-to-expand-tablepress-row?replies=24#post-4187213
Regards,
Tobias
Thread Starter
dacai
(@dacai)
Yes. That point me in the righ direction. I am constructing a digital version of an old index work (over 50.000 entries). Having the reference visible by default would defeat the purpose of using a table.
Thanks for the quick reply. I’ll give your plugin a go!
Hi,
no problem, you are very welcome! 🙂 Good to hear that this might be helpful!
Best wishes,
Tobias
Thread Starter
dacai
(@dacai)
I’ve set up a table using TablePress (Can’t praise the html import enough!). It does exactly what i need, but with one small problem. The content of the hidden collumns for some reason has a allign-right property. Any way to change this?
For the sake of clarity: the page in question (see row 3 – code A1.1))
Hi,
that’s part of the default CSS for the Extension, which you can simply change by adding this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:
.tablepress-row-details tbody tr .row-details-right {
float: none !important;
}
Additionally, on the editor screen for that page, please switch from the “Visual” to the “Text” editor and remove the <pre> and <code> HTML tags around the Shortcode.
Regards,
Tobias
Thread Starter
dacai
(@dacai)
Thank you so much. I just used firebug to figure out my original question, but complete missed the code tags. Can’t really express how impressed i am with the support.
Hi,
you are very welcome! Always glad when I can help!
Best wishes,
Tobias
P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!