@vlsergey/react-bootstrap-pagetable
Version:
Complex solution to work with pageable data, including sorting, filtering, actions, changing displayed columns, etc.
6 lines • 357 B
TypeScript
/**
* Returns order of fields including the ones that were added by developer after
user customizes his table columns order
*/
export default function calcFieldsOrderWithNewOnes(allAllowedKeys: string[], defaultKeysOrder: string[], orderedByConfig: string[], hiddenByConfig: string[]): string[];
//# sourceMappingURL=calcFieldsOrderWithNewOnes.d.ts.map