有没有办法在 Kendo UI Vue Grid 中禁用 pageSize 的 'All' 选项?
Is there a way to disable the 'All' option for pageSize in Kendo UI Vue Grid?
我需要帮助来删除 kendo 网格页面大小下拉列表中的所有选项。
Example is here
根据文档,您可以设置 :pageable 以反映您想要配置的 pageSizes。 pageable 可以有一个 属性 即 pageSizes 是 true 或数组pageSizes(数字)。
文档:
https://www.telerik.com/kendo-vue-ui/components/grid/api/GridProps/#toc-pagesize
我需要帮助来删除 kendo 网格页面大小下拉列表中的所有选项。 Example is here
根据文档,您可以设置 :pageable 以反映您想要配置的 pageSizes。 pageable 可以有一个 属性 即 pageSizes 是 true 或数组pageSizes(数字)。
文档: https://www.telerik.com/kendo-vue-ui/components/grid/api/GridProps/#toc-pagesize