How do I hide the default filter and make changes to other dom elements
How do I hide the default filter and make changes to other dom elements
I am using angularJS and do have using the markup to configure the search, pagination etc. The search now is in the default position. How do I use the markup to hide search so I can use my custom search field.
I know I have to update the DOM to remove "f" in the jquery implementation, but looking for examples on how it is done in the markup.
Since I have to use my custom search, I want to hide the default search box and not disable the search.
This question has accepted answers - jump to:
Answers
When you initialize the dom, simply don't include "f". What does your dom init look like? For example:
Can I pass this as a parameter to a function that initializes the DataTable
I don't see any reason why not. Just pass it in like you would do for any function you define?
Allan