gradio-app / gradio

Build and share delightful machine learning apps, all in Python. 🌟 Star to support our work!
http://www.gradio.app
Apache License 2.0
33.77k stars 2.56k forks source link

Dataframe refresh #8790

Closed pngwn closed 1 month ago

pngwn commented 3 months ago

In order to address some of the limitations of the dataframe we need to tweak the design to accommodate certain features.

I did a picture.

Drawing

pngwn commented 3 months ago

Will add some more detail about the specific requests.

abidlabs commented 3 months ago

👍👍. Nit: we should add support for deleting columns / rows in the context menus that pop up

pngwn commented 3 months ago

👍👍. Nit: we should add support for deleting columns / rows in the context menus that pop up

Yep! Forgot that one (and perhaps others) as I was working from memory. This general approach should provide us with some more space to those things.

dwipper commented 3 months ago

Here's an example of what my UI designer would like. It's pretty standard from a CRUD perspective. Ideally the menu options would pop open a modal to complete the action: image

abidlabs commented 1 month ago

Closed via https://github.com/gradio-app/gradio/pull/9575