Search box does not work with input fields in the table?
Search box does not work with input fields in the table?
Hi All,
I have a table which contains a combination of text and input fields. The search box however only successfully filters the cells containing text, and not the cells containing text in input fields.
Can anyone guide me in the right direction?
Thanks!
I have a table which contains a combination of text and input fields. The search box however only successfully filters the cells containing text, and not the cells containing text in input fields.
Can anyone guide me in the right direction?
Thanks!
This discussion has been closed.
Replies
Allan
Thanks for that...yes I had looked at this option, and this is fine when you have the same type in your column (e.g. input fields only). But when you have a mixed type in the same column (e.g. one row has a text value, the next row an input field etc.), then it gets a bit complicated? The filter works on row data, so you would have to go through every array element and inspect its type, before returning the appropriate values...am I right?
Allan