In Webix datatable, area selection to fetch all cell's

getSelectArea() will return only the first and last cell.
I want all the cell. how to do that

Hello @Ranjitha ,
You can use table.getSelectedId(true) which returns ids of array all selected cells.
Please check the console:
https://snippet.webix.com/ob5e7wa9

Hi @annazankevich,
Thank you!