清除 GVnix 数据表过滤器
clear GVnix datatables filter
whit gvnix-2.0.0.M1
用于在 table 中搜索的过滤器(自动生成的输入)在提交或关闭或重新加载页面后保留值
我需要清除这个
Datatables 组件使用您的浏览器提供的 localStorage
功能存储该值。
使用 localStorage.clear()
javascript 函数清除组件的值。
在此处阅读有关 localStorage
的更多信息:
https://www.w3schools.com/html/html5_webstorage.asp
希望对您有所帮助,
如果需要DT,推荐你最新的SpringRoo,RC1版本
http://projects.spring.io/spring-roo/
希望对您有所帮助。
whit gvnix-2.0.0.M1
用于在 table 中搜索的过滤器(自动生成的输入)在提交或关闭或重新加载页面后保留值
我需要清除这个
Datatables 组件使用您的浏览器提供的 localStorage
功能存储该值。
使用 localStorage.clear()
javascript 函数清除组件的值。
在此处阅读有关 localStorage
的更多信息:
https://www.w3schools.com/html/html5_webstorage.asp
希望对您有所帮助,
如果需要DT,推荐你最新的SpringRoo,RC1版本
http://projects.spring.io/spring-roo/
希望对您有所帮助。