mirror of
https://github.com/apache/superset.git
synced 2026-09-05 15:01:44 +00:00
fix(table charts v1 & v2): pagination, translation and search by (#36881)
Co-authored-by: Nicolas <n.berry@urios.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user