TexteaInc / funix

Building web apps without manually creating widgets
http://funix.io
MIT License
90 stars 10 forks source link

Table input #8

Closed forrestbao closed 1 year ago

forrestbao commented 2 years ago

Can we allow a user to enter a list of dictionaries or tuples in a table format? Like the one for entering many pairs of summaries and references in Huggingface/metrics/BlEURT .

image

TURX commented 2 years ago

I think instead of "a list of dictionaries or tuples", a table is more like a dictionary of lists.

forrestbao commented 2 years ago

That is also possible. But it requires the two lists in one dictionary to have the same length.

TURX commented 1 year ago

implemented