Add table pagination component

This commit is contained in:
jeffvli 2022-12-26 01:45:36 -08:00
parent d1507604f2
commit c673218a8b
2 changed files with 105 additions and 0 deletions

View file

@ -25,6 +25,7 @@ import { PersistedTableColumn } from '/@/renderer/store/settings.store';
import { TableColumn } from '/@/renderer/types';
export * from './table-config-dropdown';
export * from './table-pagination';
const TableWrapper = styled.div`
display: flex;