Skip to content
Snippets Groups Projects

feat(export): MIN-154 select column

Merged mateusz-winiarczyk requested to merge MIN-154-column into development
1 unresolved thread
Short description:

Added select column in export drawer

Approach:

Select column was created along with using data from predefined constant array.

column

Edited by mateusz-winiarczyk

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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} />}
  • Tadeusz Miesiąc approved this merge request

    approved this merge request

  • LGTM. RFC - Tadeusz's comment about Columns var

  • Adrian Orłów approved this merge request

    approved this merge request

  • added 6 commits

    Compare with previous version

  • mentioned in commit 9f047443

  • Please register or sign in to reply
    Loading