nextcloud / tables

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

Make the date format either shorter or adjustable #905

Open ostasevych opened 8 months ago

ostasevych commented 8 months ago

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

I found that the dates values took a lot of space in columns, what makes the tables quite wide. Would that be possible either to make them shorted eg dd.mm.YYY, hh:mm or better adjustable in UI?

Describe the solution you'd like

Easy explanation: image

Describe alternatives you've considered

Alternatives: add date format in settings either per each table or at the level of the Tables app.

Additional context

No response

enjeck commented 7 months ago

We currently use NcDateTimePickerNative which doesn't let us change the display format, from what I see. I think we need to use NcDateTimePicker to enable this.