数据管理必看!Kendo UI for jQuery过滤器状态保持
Kendo UI for jQuery最新试用版下载 Kendo UI 目前最新提供 Kendo UI for jQuery 、 Kendo UI for Angular 、 Kendo UI Support for React 和 Kendo UI Support for Vue 四个控件。Kendo UI for jQuery是创建现代Web应用程序的最完整UI库。 Kendo UI Filter 小部件是一个统一的控件,用于筛选具有数据源的数据绑定组件。 使用Kendo UI for jQuery的过滤器,您可以存储其过滤器表达式并为用户恢复其状态。 恢复负载状态 例如,您只能存储过滤器表达式,并使过滤器能够在用户下次访问页面时应用它。 下面的示例演示如何使用change事件自动应用过滤并保持Filter的最新状态。 重新加载页面后,存储的设置将提供给过滤器配置并应用。 <ol><li>Change the filter.</li><li>Reload the page: <button type="button" onclick="reloadPage();">Reload</button></li><li>The widget will be initialized with the settings that were stored.</li><li>Clear the