Open somangshu opened 3 years ago
@riodeuno need you help here understanding how should this be achieved
For reference
@Tooluloope please have the technical discussion related to this
@somangshu Should this work with server side pagination as well? If so, we'll need to have a technical discussion around this. If not, then this seems quite straightforward in implementation. Please discuss with me, if we have any queries about the code design.
This is in the icebox and shall be picked up later.
Any news about this feature : I should be able to select rows per pages; My previous selections should persist ?
If not ready, any tips to help doing this ? Thank you for your help.
Hey @sevenGroupFrance, there is a workaround for the use case you are talking about.
You can use the appsmith store for achieving something like this. You have to use the combination of onRowSelected
and defaultSelectedRow
props on the table widget to achieve this.
onRowSelected
to store the row primary key in a array.defaultSelectedRow