We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Column width

Not applicable

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

38 REPLIES 38

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?

Pavel4
Tera Expert

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...

Epikcactus
Tera Contributor

Up