feat: implement DataTable component with custom styling for dashboard and subscriptions pages

This commit is contained in:
fredy.siswanto
2025-02-26 23:25:05 +07:00
parent 238e69b5e2
commit d273d9ecc6
4 changed files with 34 additions and 1 deletions
+1
View File
@@ -29,6 +29,7 @@ export const ContentsPage = () => {
searching: true,
ordering: true,
info: true,
// scrollY: '50vh',
}}
></DataTable>
</div>