fix: support more className-related props at DataTable (#19953)

* fix: support more className-related props at DataTable

* update style

* fix type error

* use relative import

---------

Co-authored-by: Benny Joo <sldisek783@gmail.com>
This commit is contained in:
Eunjae Lee
2025-03-13 14:25:57 -04:00
committed by GitHub
co-authored by Benny Joo
parent be404436d7
commit d6a3661e58
11 changed files with 89 additions and 81 deletions
@@ -277,7 +277,7 @@ function UserListTableContent({ oAuthClientId }: PlatformManagedUsersTableProps)
return (
<>
<DataTableWrapper
<DataTableWrapper<PlatformManagedUserTableUser>
testId="managed-user-list-data-table"
table={table}
isPending={isPending}
@@ -512,7 +512,7 @@ function UserListTableContent() {
return (
<>
<DataTableWrapper
<DataTableWrapper<UserTableUser>
testId="user-list-data-table"
table={table}
isPending={isPending}