I have placed two bootstrap table in single page. First table for customer address details, second one for product detail, I have used bootstrap-table-filter
the data are loaded correctly.
the filter bar showing column names correctly.
While filtering the last loaded filter bar works correctly where the first one not, I tried to identify the issue the bs-table.js variable name "bootstrapTableFilter" keeps the last loaded filterbar details.
I used bootstrap-table.js, bootstrap-table-filter.js and bs-table.js
Hi,
I have placed two bootstrap table in single page. First table for customer address details, second one for product detail, I have used bootstrap-table-filter
the data are loaded correctly. the filter bar showing column names correctly.
While filtering the last loaded filter bar works correctly where the first one not, I tried to identify the issue the bs-table.js variable name "bootstrapTableFilter" keeps the last loaded filterbar details.
I used bootstrap-table.js, bootstrap-table-filter.js and bs-table.js
if possible can I get an example