feat(export): MIN-154 select column
1 unresolved thread
1 unresolved thread
Short description:
Added select column in export drawer
Approach:
Select column was created along with using data from predefined constant array.
Edited by mateusz-winiarczyk
Merge request reports
Activity
Filter activity
assigned to @mateusz-winiarczyk
1 import { CheckboxFilter } from '../../CheckboxFilter'; 2 import { CollapsibleSection } from '../../CollapsibleSection'; 3 import { COLUMNS } from './Columns.constants'; 4 5 export const Columns = (): React.ReactNode => ( 6 <CollapsibleSection title="Select column"> 7 {COLUMNS && <CheckboxFilter options={COLUMNS} isSearchEnabled={false} />} changed this line in version 2 of the diff
added 6 commits
-
d5e59177...c9b637a2 - 4 commits from branch
development
- 9c029d25 - fix(export): remove unnecessary condition
- 6ccc50ad - Merge remote-tracking branch 'origin/development' into MIN-154-column
-
d5e59177...c9b637a2 - 4 commits from branch
mentioned in commit 9f047443
Please register or sign in to reply