view datatable ids on filtering and clicking the checkbox

hi,

https://snippet.webix.com/r83w3hes

i have the below code snippet.

when i filter the data with 101 in the textfilter and click on the master check box ,
i am not able to get the selected object .

how can we get the selected object printed in the console.

Hello @prasadraju,
In your example, the function doesn’t receive the index as an argument, therefore you cannot use the method getIdByIndex.
To solve the problem try to use:

$$('data').getItem(row)

You can check it in the console: https://snippet.webix.com/abmdzk1s