Column width
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2011 08:03 AM
Not sure if this is the right place to raise this question...
How do you adjust the width of a column when looking at all tickets, I can modify the column by using 'Personalize List Columns' and add/remove etc
Would like to be able to drag the width of the column, like in excel etc
Is this possible or is it a limitation of the Toolset ?
Thanks
- 23,552 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2026 10:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Thank you for pointing at this, but no, not much.
Setting style is global settings for all, require admin privileges and you would have to set it this way for each column...
I would say the purpose of it is totally different, it satisfies different needs.
Mine is to increase/decrease column width on the fly.
But I guess you did not want to respond to my post, did you?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-22-2024 08:48 AM - edited ‎03-26-2024 04:45 AM
Global UI script "List Column width resizable by mouse"
- Injects eventListeners to list column header icons found in list header columns, causing that when dragged by mouse, it resizes width of the column.
- Changes are stored in localStorage.
- If configuration for the list exists, it is applied on load.
- If list column header icon is clicked with CTRL key, configuration of current list is removed form localStorage and page is refreshed.
- If user have set preference "Load related list" to "With the Form", it works for related lists too.
@Chuck Tomasi maybe developers could have some inspiration from it...?
It stops work when table is resorted - in such case reload of the page can help - I guess it would need more eventListeners.. feel free to reply if interested in further development...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2024 07:06 AM
Up