Hello,
The DataTable component’s persistence feature currently covers the selected_rows
property but does not extend to the selected_row_ids` property. Is this by design?
I’ve tried extending by adding the property name to my DataTable
's persisted_props
list but received a client-side error that it’s not supported.
Can this be changed by an end user such as myself without having to fork? If not, would maintainers consider a PR from me to add this?
Thanks,
Uri