react-smart-data-table
Version:
A smart data table component for React.js meant to be configuration free
11 lines (10 loc) • 595 B
TypeScript
import SmartDataTable from './SmartDataTable';
export default SmartDataTable;
export { useSmartDataTableContext } from './helpers/context';
export { default as CellValue } from './components/CellValue';
export { default as ErrorBoundary } from './components/ErrorBoundary';
export { default as HighlightValue } from './components/HighlightValue';
export { default as Paginator } from './components/Paginator';
export { default as SelectAll } from './components/SelectAll';
export { default as TableCell } from './components/CellValue';
export { default as Toggles } from './components/Toggles';