reflex-dev / reflex

🕸️ Web apps in pure Python 🐍
https://reflex.dev
Apache License 2.0
19.22k stars 1.09k forks source link

How to make rx.table cell input field size aligned exactly with cell box size like data editor? #3897

Open takan55 opened 1 week ago

takan55 commented 1 week ago

I know that data editor has builtin functionality but it's not flexible, for example adding icon on top of cells or making header editable. So I'm using reflex_chakra.editable with rx.table to make cell input possible and it works but it looks ugly on ui. Would there be a way to accomplish what I want here? Basically I want to make the cell edit design like the data editor has. Thanks in advance

takan55 commented 1 week ago

@Lendemor Could you consider adding this to reflex?