Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

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

36 REPLIES 36

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