UNPKG

@vlsergey/react-bootstrap-pagetable

Version:

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

8 lines (7 loc) 219 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.notEmpty = void 0; function notEmpty(value) { return value !== null && value !== undefined; } exports.notEmpty = notEmpty;