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
The problem is the call toLowerCase on aAttr and bAttr where it's possible for either one to be null.
I've submitted a pull request that solves this issue. #267
Hi!
Column sorting fails when null value exists in a column.
The console error:
TypeError: bAttr is null
and the label "Processing..." is shown on the center of the table.
My dynatable setup:
cheers (awesome lib btw)
The text was updated successfully, but these errors were encountered: