Kexi/Plugins/Tables/Remember column widths: Difference between revisions
No edit summary |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Design page for task: '''Remember column widths in tabular data view'''. | Design page for task: '''Remember column widths in tabular data view'''. | ||
There's quite old wish for improving usability: table data views should remember their widths to meet user preferences. This is not as straightforward to add as in, say, Spreadsheets. Tabular data view for given table or query can be used by many users, in different configurations (font settings, filters, order, context). So it is useful to save the settings as per user data (this is why [[Kexi/KexiDB/User data|User data]] feature is needed first). | |||
*Status: DONE | |||
*Started: [[User:Jstaniek|Jstaniek]] ([[User talk:Jstaniek|talk]]) 11:01, 13 August 2012 (BST) | |||
*{{Wish|230994}} | *{{Wish|230994}} | ||
__TOC__ | |||
==Requirements== | ==Requirements== | ||
*Backward compatibility | *Backward compatibility |
Latest revision as of 15:29, 14 April 2023
Design page for task: Remember column widths in tabular data view.
There's quite old wish for improving usability: table data views should remember their widths to meet user preferences. This is not as straightforward to add as in, say, Spreadsheets. Tabular data view for given table or query can be used by many users, in different configurations (font settings, filters, order, context). So it is useful to save the settings as per user data (this is why User data feature is needed first).
- Status: DONE
- Started: Jstaniek (talk) 11:01, 13 August 2012 (BST)
- Wish #230994
Requirements
- Backward compatibility
- Older Kexi versions should just ignore the setting
- Per user settings
- Why: For multiuser database projects nobody will change preferred settings for others.
- How: User data feature needed