How to query/find/search datatable items/records in store/data?

How to query/find/search datatable items/records in store/data?

Hey @webix_B_123, you can use DataStore’s method find to find the relevant entries. Please take a look at this example: https://snippet.webix.com/higimb76. This is equivalent if you were to use the datatable’s find method (since it would call DataStore’s find method).

Thanks