如何将空的、不可选择的行添加到 slickgrid 中?
我正在使用 Slickgrid 显示通过 JSON 检索的表格数据。网格项的数量变化很大(大约 1 - 50 网格行),并且在页面生命周期期间网格经常用新数据重新加载。
为了使我的网格不那么“跳跃”(即避免频繁更改网格高度),我想以 10 行的恒定高度显示网格。如果 JSON 结果集少于 10 个项目,则网格应填充空行。如果超过10行,我想激活分页。
我已经弄清楚如何用空行填充网格,但是我不希望这些是可选择或可编辑的。我怎样才能实现这个目标?
I'm using Slickgrid to display tabular data retrieved via JSON. The number of the grid items varies greatly (approx. 1 - 50 grid rows) and the grid is reloaded often with new data during the page lifecycle.
To make my grid less "jumpy" (i.e. to avoid frequent changes of the grid height), I'd like to display the grid with a constant height of 10 rows. If the JSON resultset is less than 10 items, the grid should be filled up with empty rows. If it is more than 10 rows, I want to activate paging.
I already figured out how to fill up the grid with empty rows, however I don't want these to be selectable or editable. How can I achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
与其加载空行,为什么不使用一点 CSS 呢?
Instead of loading it up with empty rows, why don't you just use a little bit of CSS?