Input bug in filter global search
Input bug in filter global search
muhanadmuneer
Posts: 1Questions: 0Answers: 0
Good evening,
Iam using a custom filter instead of using global filter through created input with special id and using fnFilterAll widget but the problem that when I disable the main filter which embedded with datatable the plugin become listen to any input in the page.In other word, the plugin receive any input control in the page as filter e.g. I have an autocomplete search input [code] [/code] This input to get information from database when I put any word in this textbox the data in the table which use datatable plugin hide.I try to put another input without id the data in datatable hided and the table became empty.
Anyone can tell me how I can put the custom filter without any conflict between input controls in the page.
Iam using a custom filter instead of using global filter through created input with special id and using fnFilterAll widget but the problem that when I disable the main filter which embedded with datatable the plugin become listen to any input in the page.In other word, the plugin receive any input control in the page as filter e.g. I have an autocomplete search input [code] [/code] This input to get information from database when I put any word in this textbox the data in the table which use datatable plugin hide.I try to put another input without id the data in datatable hided and the table became empty.
Anyone can tell me how I can put the custom filter without any conflict between input controls in the page.
This discussion has been closed.
Replies
Allan
When I type anything in the .combobox input field, the datatables on the page are triggered with a matching filter (to what was typed.)
Ideas?
Thanks.
Allan