winglang / wing

A programming language for the cloud ☁️ A unified programming model, combining infrastructure and runtime code into one language ⚡
https://winglang.io
Other
5.04k stars 196 forks source link

Add ability to refresh the Table component in the Wing console #7155

Open boyney123 opened 1 month ago

boyney123 commented 1 month ago

Use Case

Using the Table UI component (using DynamoDB winglib), it would be nice to force refresh on the table data. When I'm adding information through my web application (Vite), the changes are not reflected in the UI until I go out and back into the table.

image

Proposed Solution

Add a simple refresh button into the UI for all tables in Wing console.

Implementation Notes

No response

Component

No response

Community Notes

boyney123 commented 1 month ago

I'm happy to try and implement this.....