UNPKG

violet-paginator

Version:

Display, paginate, sort, filter, and update items from the server. violet-paginator is a complete list management library for react/redux applications.

9 lines (6 loc) 232 B
import decorate from './decorate' import select from './selectors' import control from './control' export default function tabulateLean(Table) { return decorate(control(Table), props => select(props.paginator).tabulateLean()) }