-
Notifications
You must be signed in to change notification settings - Fork 511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New column type for Array - To be displayed as with subtable view #959
Comments
I can take this task. |
HI @harinij |
Thanks for assigning me! |
@ashutosh887 since you are already assigned #519, I am going to unassign this task from you and reassign it to someone else as per our contribution guidelines |
Hey 👋 I am working into this issue, and have setup the project locally and looked into how the to add the column. But not sure how do we want to render the UI, if you can give more context on the UI of editing and displaying the cell value. Do we want the array to be typed ? Like shown in the screenshot ? |
hi @jyash97, |
So we want a bottom drawer ? With a button to add array item and the item can be string, number or even a JSON ? |
Yes, it'll be a bottom drawer like the subtable, however you add JSON objects to the array instead of documents in a subtable |
Yes, currently that's the only way of modifying arrays on rowy. However, it's not as intuitive as the table experience |
New column types Array and Array Subtable has been added to Rowy. |
Add a new column type: ArrayTable
This is a repeated ask from users of Rowy to support array fields of Firestore, for example here
Task:
The text was updated successfully, but these errors were encountered: