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
Describe the bug
When only frozen columns are present in the DOM and the renderHorizontal option is enabled in Tabulator, an error is thrown during table rendering. The issue might be arises because the system attempts to access non-existent unfrozen columns, causing a crash.
Describe the bug
When only frozen columns are present in the DOM and the renderHorizontal option is enabled in Tabulator, an error is thrown during table rendering. The issue might be arises because the system attempts to access non-existent unfrozen columns, causing a crash.
Tabulator Info
Working Example
https://jsfiddle.net/uwaj5Lgt/
To Reproduce
A step by step guide to recreate the issue in your JS Fiddle or Codepen:
renderHorizontal
should be enable.Expected behavior
It shouldn't throw an error
Screenshots
Desktop (please complete the following information):
Additional context
I would be more than happy to do a PR for this Issue. Thanks.
The text was updated successfully, but these errors were encountered: