Files
n8n-enterprise-unlocked/packages/design-system/src/components/N8nDatatable/index.ts
Alex Grozav 29f2629716 feat: Add basic Datatable and Pagination components (#5652)
* feat: add Datatable component

* feat: migrate to n8n-pagination and add datatable tests

* chore: fix linting issue
2023-03-15 18:52:02 +02:00

4 lines
74 B
TypeScript

import N8nDatatable from './Datatable.vue';
export default N8nDatatable;