DataTable Selected Row IDs with Backend Paging

I’m trying to get selected_row_ids with DataTable when using backend paging, but it’s giving me a “None” list. derived_virtual/viewport_selected_row_ids work as I’d expect (though it’s only allowing me to select entries on the current page with backend paging).

It seems selected_rows works across multiple pages, so I’m assuming selected_row_ids should also work across multiple pages.

Anyone have any advice?

hi @gzucaro
Did you find the solution for this issue?