-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance manufacturers table filtering #1037 #1134
base: develop
Are you sure you want to change the base?
Enhance manufacturers table filtering #1037 #1134
Conversation
- remove optional filter in address in catalogue items table
9a67149
to
bd86584
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #1134 +/- ##
=========================================
Coverage 99.19% 99.19%
=========================================
Files 82 82
Lines 17058 17080 +22
Branches 2844 2050 -794
=========================================
+ Hits 16920 16942 +22
- Misses 134 137 +3
+ Partials 4 1 -3 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a few minor comments.
Header: TableHeaderOverflowTip, | ||
accessorFn: (row) => row.name, | ||
id: 'name', | ||
filterVariant: COLUMN_FILTER_VARIANTS.string, | ||
filterFn: COLUMN_FILTER_FUNCTIONS.string, | ||
columnFilterModeOptions: COLUMN_FILTER_MODE_OPTIONS.string, | ||
size: 400, | ||
Cell: ({ row }) => | ||
row.original.name && ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Header: TableHeaderOverflowTip, | |
accessorFn: (row) => row.name, | |
id: 'name', | |
filterVariant: COLUMN_FILTER_VARIANTS.string, | |
filterFn: COLUMN_FILTER_FUNCTIONS.string, | |
columnFilterModeOptions: COLUMN_FILTER_MODE_OPTIONS.string, | |
size: 400, | |
Cell: ({ row }) => | |
row.original.name && ( | |
Header: TableHeaderOverflowTip, | |
accessorFn: (row) => row.name, | |
id: 'name', | |
filterVariant: COLUMN_FILTER_VARIANTS.string, | |
filterFn: COLUMN_FILTER_FUNCTIONS.string, | |
columnFilterModeOptions: COLUMN_FILTER_MODE_OPTIONS.string, | |
size: 400, | |
Cell: ({ row }) => | |
( |
name is a mandatory field so the conditional operator is not needed
In the Modified Time column, the conditional expression |
Description
Testing instructions
Add a set up instructions describing how the reviewer should test the code
Agile board tracking
closes #1037