You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to apply the filter widget to an empty table it throws an error Uncaught TypeError: Cannot read property 'length' of undefined
It seems to be a problem in row 190 in the widgets-file where the c.parsers (table.config.parsers) is undefined if the table is empty.
The text was updated successfully, but these errors were encountered:
When I try to apply the filter widget to an empty table it throws an error
Uncaught TypeError: Cannot read property 'length' of undefined
It seems to be a problem in row 190 in the widgets-file where the
c.parsers
(table.config.parsers
) is undefined if the table is empty.The text was updated successfully, but these errors were encountered: