mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
Add table pagination component
This commit is contained in:
parent
d1507604f2
commit
c673218a8b
2 changed files with 105 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue