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
- 18,097 Views
- 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