I’m looking for solution to create responsive tables in enfold theme. Option in advanced editor is very basic.
I need to create a table for rent car agency and that table will be with pictures, links and data.
Need to join cells, input pictures, add links, mange table by user sorting data.
Is there anyone who had similar issue?
Hi netarc!
I recommend to use an advanced table plugin for this task. Maybe: http://tablepress.org/ will do what you want.
Cheers!
Peter
I tried that one tablepress but there was a problem with pagination.
I moved to theme option with tables and it works nice.
Few questions:
1. Is there a way to give visitor a chance to sort culums by hedings?
2. align text vertically?
Hi!
1) No
2) It is with some custom css for sure but we would need to see the exact table to provide the correct css for it.
Regards,
Devin
Is there a way to join cells?
Hi!
Please add following code to Quick CSS as well
.avia-data-table .avia-center-col { vertical-align: middle; }
Regards,
Yigit
Thanks. It works.