Skip to content

Commit a432065

Browse files
committed
feat(table): add table component with pagination, sorting, and filtering capabilities, define related types for table columns and actions
1 parent e5541ac commit a432065

File tree

4 files changed

+632
-1
lines changed

4 files changed

+632
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/react": "^19.1.3",
4646
"@types/react-dom": "^19",
4747
"autoprefixer": "^10.4.21",
48-
"eslint": "^9.26.0",
48+
"eslint": "^9.27.0",
4949
"eslint-config-next": "15.2.5",
5050
"postcss": "^8.5.3",
5151
"tailwindcss": "3.4.17",

src/components/ui/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ export { default as Breadcrumbs } from "./breadcrumbs";
33
export { default as DeleteModal } from "./delete-modal";
44
export { default as Heading } from "./heading";
55
export { default as HeadingDashboard } from "./heading-dashboard";
6+
export { default as Table } from "./table";
67
export { default as ThemeSwitcher } from "./theme-switcher";

0 commit comments

Comments
 (0)