nextcloud / tables

🍱 Nextcloud tables app
https://apps.nextcloud.com/apps/tables
GNU Affero General Public License v3.0
140 stars 23 forks source link

Autocomplete of fields from filters in View #920

Open Antreesy opened 6 months ago

Antreesy commented 6 months ago

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

When Table has several views (say, each filtered by field 'Team'), option 'Create row' has different behavior:

Filtered View Main view
imageimage image

Describe the solution you'd like

As I suppose, that information is still available in the component (select for "Team" is hidden, Table header has the information), value should be provided when submitting a new row. Also button label can be explicit about it: image

Describe alternatives you've considered

No response

Additional context

No response

juliushaertl commented 6 months ago

I think this overlaps with https://github.com/nextcloud/tables/issues/638, not sure how to solve this in a generic way.