UNPKG

@rtdui/datatable

Version:

React DataTable component based on Rtdui components

12 lines (10 loc) 268 B
'use client'; function getAllLeafOrderColumns(table) { return [ ...table.getLeftLeafColumns(), ...table.getCenterLeafColumns(), ...table.getRightLeafColumns() ]; } export { getAllLeafOrderColumns }; //# sourceMappingURL=getAllLeafOrderColumns.mjs.map