FormHandler filters are not working with multiple tables in a single page
FormHandler filters are not working with multiple tables in a single page
- When applying filters to one table it is applying to all tables by default
- And namespaces are applying only when the namespace is coming from the URL
Suggested FIX:
- When a
namespace
is given to table any filter in the url should apply along with thenamespace
For Ex.
$('.fh_table').formHandler({
namespace: 'name'
})
The url for the filters of the above snippet should be ?name:key=value