Enterprise: DataGrid: Personalize Columns search does not work

Created on 9 Oct 2020  ·  4Comments  ·  Source: infor-design/enterprise

Describe the bug
When trying to search column in Personalize Columns dialog, it throws an error in console (Cannot read property 'toLowerCase' of undefined) and not working

To Reproduce
Steps to reproduce the behavior:

  1. Go to demo app /ids-enterprise-ng-demo/datagrid-breadcrumb
  2. Click on ellipsis menu - personalize column
  3. Try searchbox
  4. See error in the console

Expected behavior
Search should normally work

Version

  • ids-enterprise-ng: 7.5.5 (8.0.1 also tested)

Screenshots
image

[2] type

All 4 comments

Interestingly this works fine in the core component https://master-enterprise.demo.design.infor.com/components/datagrid/example-index

FYI Found this problem occurs when you have a checkbox column with no "name" field in the column. So this can be workedaround by adding a name: "something" on every column in the grid.

Could also be seen here https://master-enterprise.demo.design.infor.com/components/datagrid/example-multiselect.html

Workaround works! Even with empty string {...column, name: ''}.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

claudenbach picture claudenbach  ·  17Comments

fitzorama picture fitzorama  ·  17Comments

InforChloeChen picture InforChloeChen  ·  18Comments

508it picture 508it  ·  33Comments

pwpatton picture pwpatton  ·  17Comments