@vlsergey/react-bootstrap-pagetable
Version:
Complex solution to work with pageable data, including sorting, filtering, actions, changing displayed columns, etc.
8 lines (7 loc) • 469 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var withFetchArgsInState_1 = tslib_1.__importDefault(require("../withFetchArgsInState"));
var withPageInState_1 = tslib_1.__importDefault(require("../withPageInState"));
var ControlledMixin_1 = tslib_1.__importDefault(require("./ControlledMixin"));
exports.default = withFetchArgsInState_1.default(withPageInState_1.default(ControlledMixin_1.default));
;