Posted 5 June 2020, 11:22 am EST
Hi Team,
I am binding getError method to collectionView initially.
data = new wjcCore.CollectionView([],{
getError: ()=>{
console.log('test');
}
});
After importing data through excel, I am loosing the getError method.
Is there any way I can retain or bind it again to collectionView so that I can show error for invalid cell?
Thanks.