mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
Fix column width declarations
This commit is contained in:
parent
481258484c
commit
47ecbf0601
3 changed files with 5 additions and 5 deletions
|
|
@ -60,7 +60,7 @@ export const useVirtualTable = <TResponse, TFilter>({
|
|||
const isPaginationEnabled = properties.display === ListDisplayType.TABLE_PAGINATED;
|
||||
|
||||
const columnDefs: ColDef[] = useMemo(() => {
|
||||
return getColumnDefs(properties.table.columns);
|
||||
return getColumnDefs(properties.table.columns, true);
|
||||
}, [properties.table.columns]);
|
||||
|
||||
const defaultColumnDefs: ColDef = useMemo(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue