teable icon indicating copy to clipboard operation
teable copied to clipboard

Forms have to be updatable like views

Open philibe opened this issue 4 months ago • 2 comments

Is your feature request related to a problem? Please describe.

Forms are too simple. They are not useful for end users except simple cases.

I would like:

  • filters
  • hidden fields
  • all type of fields like links, formula and so on

Describe the solution you'd like

  • A view could be duplicated as form
  • A form could be duplicated as view
  • A form could be settable like a view

Describe alternatives you've considered

Create a view to have only fields I want. And I will try to tell the user that he has to click on "+" to add a row, and click on "double arrow" to edit a row.

note: "double arrow" is not intuitive for edit, a pen is more intuitive.

philibe avatar Sep 19 '25 11:09 philibe

I see that :)

https://github.com/teableio/teable/blob/d15dbc4abe2082e0e0423efb42039c39fc6bb3cc/packages/core/src/models/view/derivate/form.view.ts#L25

philibe avatar Sep 19 '25 11:09 philibe

In the same feature request: to have a different default value for each view / form (for the same field of same table).

For example:

  • default value of the status table issues: open
  • default value of the status of submit form of issues to see: seen
  • default value of the status of submit form done issues : done

philibe avatar Sep 23 '25 10:09 philibe