Displaying 1 result from an estimated 1 matches for "table_contain".
Did you mean:
table_container
2005 Nov 03
0
sorting and filtering tables using ajax
...e user enters the filter and hits submit the whole page is refreshed
with the table only containing records which match the filter. That all
worked fine but I wanted to use Ajax to only refresh the table instead of
the whole page.
So I wrapped the whole table inside a div with an id of ''table_container''
and then used form_remote_tag instead of form_tag with
:update=>''table_container'' specified.
In internet explorer this all works. When I specify a filter and hit submit
the whole table is replaced.
In Firefox however it only works the first time. Once I have en...