Render children for data tables.

This commit is contained in:
Mike Cao 2024-05-07 22:47:39 -07:00
parent 8bdb333716
commit 3c27f08a97
8 changed files with 45 additions and 29 deletions

View file

@ -4,8 +4,8 @@ import { Banner, Loading, SearchField } from 'react-basics';
import { useMessages } from 'components/hooks';
import Empty from 'components/common/Empty';
import Pager from 'components/common/Pager';
import styles from './DataTable.module.css';
import { FilterQueryResult } from 'lib/types';
import styles from './DataTable.module.css';
const DEFAULT_SEARCH_DELAY = 600;