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
{{ message }}
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
The text was updated successfully, but these errors were encountered:
sknightq
changed the title
row-class-name attribute return the row withe undefined
row-class-name attribute function return the row with undefined
Jul 30, 2018
The following code in table-body.js on line 44. I found the
this.row
is undefined, I replaced it withthis.rows[index]
, then will be OK.The text was updated successfully, but these errors were encountered: