Fix unalign issue if table become scrollable then non scrollable(af8b3c3) Enhancement selectRow.bgColor now support a callback function for more flexible bgColor setting(136dec9) bgColor: function(row, isSelect) { if (isSelect) { const { id } = row; if (id < 2) return 'blue'; else...
响应式表格 将任何 .table 元素包裹在 .table-responsive 元素内,即可创建响应式表格,其会在 幕设备上(小于768 px)水平滚动。当屏幕大于 768px 宽度时,水平滚动条 。 垂直方向的内容截断 响应式表格使用了 overflow-y: hidden 属性,这样就能将超出表格底部和顶部的内容截断。特别是,也可以截 断下拉菜单和其他第...
响应式表格 将任何 .table 元素包裹在 .table-responsive 元素内,即可创建响应式表格,其会在 幕设备上(小于768 px)水平滚动。当屏幕大于 768px 宽度时,水平滚动条 。 垂直方向的内容截断 响应式表格使用了 overflow-y: hidden 属性,这样就能将超出表格底部和顶部的内容截断。特别是,也可以截 断下拉菜单和其他第...