JohnTendik / jtrt-tables

A Wordpress plugin to help users create responsive tables without having to read or write code.
GNU General Public License v2.0
22 stars 6 forks source link

Search function doesn't work #24

Closed ghost closed 7 years ago

ghost commented 7 years ago

Help, please. github_search

JohnTendik commented 7 years ago

Hey,

The filter,search and pagination does not work with stacked columns, the reason is because when you choose stacked column responsive mode, the table turns into block elements, it is no longer a table. Its hard to get those functions to work properly with stacked columns, while I was developing I had a lot of trouble with it so I decided to take it off for release.

I will try and look into different ways of doing filter/search for the stacked columns but for now its not available :(

Thanks John

ghost commented 7 years ago

What is the best configuration to get the filter/search function?

JohnTendik commented 7 years ago

For now the best method is either using the scrolling responsive mode ( this uses the datatables filtering/sorting ) or you can use the column hiding responsive mode and which in that case the plugin will use FooTables' own filtering and sorting methods. I'd like to be able to combine them into one option but it either messes one or the other.

John

JohnTendik commented 7 years ago

Hey good news, while doing bug fixes I was able to get filtering and pagination to work with stacked columns. This will be added in the new update. No sorting with stacked columns though ;(