cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Item Routing Configuration Interface

The column widths in the Item Routing interface cannot be resized and do not scale to view; as a result, we're limited to ~10-15 characters per 'cell', depending on which characters are used (the font is not monospaced). Given we have 50+ item routing rules in some cases to accomodate various dining options, it's nearly impossible to manage with this restriction.

Request is to allow either resizable columns to accomodate longer text, concatenate all text for a 'cell' in a hover-over, enable sorting, or allow drill-down into a rule to see the whole rule all-at-once.

1 ACCEPTED SOLUTION

You could use a chrome extension called stylebot to make changes to the pages css to fix the issue (they are only local changes, would need to do it again if you open the page on another computer) 

Open the stylebot extension on the page you want to edit, choose the code tab at the bottom, click the element selection tool and then select the text box you want to change.

Screenshot 2024-10-12 212828.png

Should load this into the editor

-2.png

Then just change the width to whatever you prefer, and close the extension, will stay that way anytime you open the page until either you change it or remove the extension.

css3.png

View solution in original post

2 REPLIES 2

Thanks for this feedback. Is it possible to attach a screenshot of what you are speaking about by chance? 



Robert Anderson, Community Manager
Toast

You could use a chrome extension called stylebot to make changes to the pages css to fix the issue (they are only local changes, would need to do it again if you open the page on another computer) 

Open the stylebot extension on the page you want to edit, choose the code tab at the bottom, click the element selection tool and then select the text box you want to change.

Screenshot 2024-10-12 212828.png

Should load this into the editor

-2.png

Then just change the width to whatever you prefer, and close the extension, will stay that way anytime you open the page until either you change it or remove the extension.

css3.png