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...
Use hiddenOnInsert on <TableHeaderColumn> Enhancement Ability to return unselected rows in onSelectAll(a23c290) On select all, the second argument will be the current display rows on table. On unselect all, the second argument will be the unselect rows. Check example Improve the validation ...
/table 状态类 !-- On rows -- tr class=active.../tr tr class=success.../tr tr class=warning.../tr tr class=danger.../tr tr class=info.../tr !-- On cells (`td` or `th`) -- tr td class=active.../td td class=success.../td td class=warning.../td td class=danger.....
/table 紧缩表格 通过添加 .table-condensed 类可以让表格更加紧凑,单元格中的内补(padding)均会减半。 table class=table table-condensed ... /table 状态类 !-- On rows -- tr class=active.../tr tr class=success.../tr tr class=warning.../tr tr class=danger.../tr tr class=info.../tr ...