Hello.
I face an error with Webix DataTable.
“Cannot read property ‘cind’ of null”
_rs_start(): if( obj.cind >=0 && …
Although I have been using webix for a long time I see this error for the first time.
Does anyone know the cause of it?
Hello.
I face an error with Webix DataTable.
“Cannot read property ‘cind’ of null”
_rs_start(): if( obj.cind >=0 && …
Although I have been using webix for a long time I see this error for the first time.
Does anyone know the cause of it?
Above error can occur if somehow, during resize operation, component was not able to detect column ID which need to be resized.
I’m not really sure what can cause this issue, though.
Please share demo link or a sample if issue still occurs.