Hi,
thanks for your post, and sorry for the trouble.
Sorry, I don’t have a full solution to that. For some examples, using buttons, you can use this TablePress Extension: http://tablepress.org/extensions/datatables-button-filter/
It will however not be cumulative. You would have to edit the Extension’s JS code for this.
Regards,
Tobias
Thread Starter
matelo
(@matelo)
how can I install this extension?
thank you
Guanluca
Hi,
just download it and install it manually, like a regular WordPress plugin. Either through “Plugins” -> “Add New” -> “Upload”, or by unzipping the file and uploading the contained folder via FTP.
Then activate the new plugin and follow the directions for the Shortcode/HTML in the link above.
Regards,
Tobias
Thread Starter
matelo
(@matelo)
Hi,
you will also have to activate the DataTables JS library for this to work, on the table’s “Edit” screen.
Regards,
Tobias
Thread Starter
matelo
(@matelo)
Thanks
I just activated DataTables JS library it doesn’t work yet.
thank you in advance
Hi,
please update TablePress to the latest version 1.5.1.
Regards,
Tobias
Thread Starter
matelo
(@matelo)
thank you Tobias
it works! is it possible to hide the search box ?
Hi,
yes, you can hide the search box. For that, please add this to the “Custom Commands” textfield on the “Edit” screen of the table
"dom": 'lrtip'
Regards,
Tobias