whit gvnix-2.0.0.M1
the filter (automatic input generated) for search in table persist value after submit or close or reload page
I need clear this
whit gvnix-2.0.0.M1
the filter (automatic input generated) for search in table persist value after submit or close or reload page
I need clear this
eruiz
On
If you need DT, I recommend you the latest release of Spring Roo, the version RC1.
http://projects.spring.io/spring-roo/
Hope it helps.
Copyright © 2021 Jogjafile Inc.

Datatables componentes stores that values using the
localStoragefeature provided your browser.Use the
localStorage.clear()javascript function to clear the values of your component.Read more about the
localStoragehere:https://www.w3schools.com/html/html5_webstorage.asp
Hope it helps,