appsmithorg / appsmithorg/appsmith

[Feature] Make it possible bind custom actions to standard table controls such as "Download", "Filters", etc.

Open
#5,398 4 comments 1 reaction 0 assignees View on GitHub
Community Reported Enhancement Needs PRD Table Widget Widgets Product
Dominant language
TypeScript
Stars
40.9k
Forks
4.8k
Avg merge
1d 22h
Merged PRs (30d)
45

Description

## Summary

Make it possible bind custom actions to standard table controls such as "Download", "Filters", etc.

## Motivation

The built-in table controls look great, but many of them don't work very well when using server side pagination. Some examples:

- [ ] The "Download" button will only download the records in the current table page
- [ ] "Filters" only affects records in the current page
- [ ] Clicking on a column header to sort the table only sorts the records you are currently seeing

and so on.

It would be great if we could bind custom actions to these controls. For example, hitting the Download button would run a custom JS action to download the entire table, instead of only the records in the current page.

Front logo [Front conversations](https://app.frontapp.com/open/top_5ie6k)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.