fix(table charts v1 & v2): pagination, translation and search by (#36881)

Co-authored-by: Nicolas <n.berry@urios.com>
This commit is contained in:
Nicolas
2026-07-07 17:10:44 -07:00
committed by GitHub
co-authored by Nicolas
parent 866f8c51ee
commit e49945fc2f
2 changed files with 5 additions and 2 deletions
@@ -120,7 +120,7 @@ export default typedMemo(function DataTable<D extends object>({
onServerPaginationChange,
rowCount,
selectPageSize,
noResults: noResultsText = 'No data found',
noResults: noResultsText = t('No data found'),
hooks,
serverPagination,
wrapperRef: userWrapperRef,