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
Sounds fixable it's because the browser extension applies table-sort tag to all tables. I could create a tbody if it doesn't exist (Like I do with <thead>) ,or just exit out, or do a check for null before trying to grab tbody.
If I create a table without a
<tbody>
, the table-sort-js browser extension crashes withTypeError: tableBody is null
.The text was updated successfully, but these errors were encountered: