UNPKG

@vlsergey/react-bootstrap-pagetable

Version:

Complex solution to work with pageable data, including sorting, filtering, actions, changing displayed columns, etc.

4 lines (3 loc) 89 B
export function notEmpty(value) { return value !== null && value !== undefined; }