I tried to put together filters and columns reordering. The filters disappeared. This is the code.
I also tried to switch order of <FilterContext.Provider> and but with no luck.
<FilterContext.Provider value={filters}>
<DndProvider backend={HTML5Backend}>
<DataGrid
className={filters.enabled ? filterContainerClassname : undefined}
columns={draggableColumns}
rows={filteredRows}
headerRowHeight={filters.enabled ? 70 : undefined}
direction={direction}
/>
</DndProvider>
</FilterContext.Provider>
Owner Name | adazzle |
Repo Name | react-data-grid |
Full Name | adazzle/react-data-grid |
Language | TypeScript |
Created Date | 2015-03-06 |
Updated Date | 2023-03-23 |
Star Count | 5922 |
Watcher Count | 129 |
Fork Count | 2072 |
Issue Count | 161 |
Issue Title | Created Date | Updated Date |
---|