Datatable and dynamic loading : Select an item that is in a not yet loaded page

Hi,

A databable contain a large amount of data so we use dynamic/progressive loading.

Now, I want to select an item that was not yet loaded using the “.select()” method.

Did there is a recommended way to do this ?
Does anyone have already implemented this?

Thanks

The DataTable component will ignore select command against unknown row ID. So selection of not-loaded rows is not possible, unfortunately.

The selection info is stored separately from the data, so it may be possible to create a custom API for such a task, but I don’t think that it is possible without messing with a private API anyway