appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
34.63k stars 3.74k forks source link

[Feature]: Download selected rows, data available in the viewport or all data #5634

Open somangshu opened 3 years ago

somangshu commented 3 years ago
somangshu commented 3 years ago

@riodeuno need you help here understanding how should this be achieved

somangshu commented 3 years ago

For reference

Screenshot 2021-08-09 at 3 07 15 PM

@Tooluloope please have the technical discussion related to this

riodeuno commented 3 years ago

@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.

sevenGroupFrance commented 1 year ago

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.

somangshu commented 1 year ago

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.