Refresh table with different filters
-
Hi, is possible to reload a table with different filter with jQuery function?
At this moment I load a table with shortcode:
[table id=n filter="xxxx" filter_columns="m"/]and I would reload this table with a new filter by clicking a button that trigger a jQuery function
jQuery(document).ready(function($){ $("#button").click(function () { ..... }); });Thanks a lot for ur time
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Refresh table with different filters’ is closed to new replies.