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 see table in full screen or ability to change width of the columns #7187

Open boyney123 opened 1 month ago

boyney123 commented 1 month ago

Use Case

I'm using DynamoDB winglib and trying to view my data in the console. Its quite hard to view the data, each cell has horizontal scroll bars.

image

Proposed Solution

It would be nice to maybe go full screen with a table? Or at least be able to change the column width on each column so I can extend and explore my items easier

Implementation Notes

No response

Component

No response

Community Notes

jonparker commented 1 month ago

Since I started using DynamoDB a lot I'd really love this. Also it would be great to be able to keep the data in the table when restarting the sim which is supported by S3.