Hello team!
I have six columns. The data source is in the form of arrays. Five columns are from the data source and are editable. This is the other column and it is noneditable. The columns have filters and are sortable. One data source column has a checkedlist filtertype. This column also has a checkedlist filtertype. Each row also has non-editable rowdetails.
When I sort, or filter any column, it throws out an “Uncaught TypeError: Cannot read property ‘length’ of undefined” error.
I am tempted to disregard the “Uncaught TypeError”, since this is not causing me any other problems. Is this a wise thing to do?