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...