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.06k stars 198 forks source link

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

Open boyney123 opened 2 months ago

boyney123 commented 2 months 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 2 months ago

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