jQWidgets jqxGrid autorowheight 属性
jQWidgets是一个 JavaScript 框架,用于为 PC 和移动设备制作基于 Web 的应用程序。它是一个非常强大、经过优化、独立于平台且得到广泛支持的框架。 jqxGrid用于说明以表格形式显示数据的 jQuery 小部件。此外,它完全支持连接数据,以及分页、分组、排序、过滤和编辑。
自动高度 仅当autoheight属性值为true时,属性才起作用。 jqxGrid 的行的高度是根据单元格的值动态修改的。它是 boolean 类型,默认值为false 。
句法:
设置autorowheight属性。
$('#Selector').jqxGrid({ autorowheight: true});
返回autorowheight属性。
var autorowheight = $('#Selector').jqxGrid('autorowheight');
链接文件:从给定链接下载 jQWidgets。在 HTML 文件中,找到下载文件夹中的脚本文件。
示例:下面的示例说明了 jQWidgets 中的 jqxGrid autorowheight属性。
HTML
GeeksforGeeks
jQWidgets jqxGrid autorowheight property
输出:
参考: https://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxgrid/jquery-grid-api.htm?search=