input fields and browser refresh
input fields and browser refresh
I'm using some input fields in an additional row above the tableheads like this:
[code]
...
Rendering engine
Browser
Platform(s)
Engine version
CSS grade
...
[/code]
(tested in datatables 1.7.6 example, and it happens in the tablefooter too)
Refreshing the browser with this code => all fine
Type 42 into the first input field and refresh browser => 12 appears in first and 42 in third input
Refreshing the browser again => 12 appears in first and 42 in fifth input
Refreshing the browser again => 12 appears in first (and maybe 42 in nirvana with no error)
I'm using these inputs for filtering data with multiple fields for min-max filtering ...
i tried a cookie workaround with a second fnDraw fired after creation, but slow on bigger tables.
[code]
...
Rendering engine
Browser
Platform(s)
Engine version
CSS grade
...
[/code]
(tested in datatables 1.7.6 example, and it happens in the tablefooter too)
Refreshing the browser with this code => all fine
Type 42 into the first input field and refresh browser => 12 appears in first and 42 in third input
Refreshing the browser again => 12 appears in first and 42 in fifth input
Refreshing the browser again => 12 appears in first (and maybe 42 in nirvana with no error)
I'm using these inputs for filtering data with multiple fields for min-max filtering ...
i tried a cookie workaround with a second fnDraw fired after creation, but slow on bigger tables.
This discussion has been closed.