Problem
I have a Datatable and for some reason I need to clearAll() the data before adding/loading new data into it.
If I have a small window and I scroll to the further right of the Datatable, then clearAll() throws this error:
Uncaught TypeError: Cannot read property ‘width’ of undefined
Snippet
http://webix.com/snippet/b460e401
Bug reproduction
- Reduce your browser’s window size
- Move the datatable scrollbar to the further end right
- Click the “Clear” Button
- Check console error
Am I missing something?
Thank you.