Tablepress with ColumnFilterWidget extension and multiple tables
-
Hi,
I am using your plugin with the ColumnFilterWidget extension on multiple tables (2 tables) on the same page. The issue I am having is the extension only works for the table at the top and not a bottom. When I switch the postions of the tables the one that was working does not and visa-versa. Here is the custom code I have for the tables:
1)Table 1: “oColumnFilterWidgets”: {“aiExclude”: [ 0,1,3 ], “bGroupTerms”:true,”sSeparator”: “,” }
2)Table 2: “oColumnFilterWidgets”: {“aiExclude”: [ 0,1,2],”bGroupTerms”: true,”sSeparator”: “,”}Here is how I inputted the shortcode on the page:
[table id=”1″ datatables_columnfilterwidgets=”true”/]
>[table id=”2″ datatables_columnfilterwidgets=”true”/]Thank You in advance for your help.
- The topic ‘Tablepress with ColumnFilterWidget extension and multiple tables’ is closed to new replies.