10-07-2024 10:02 AM
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.
Solved! Go to Solution.
10-12-2024 08:52 PM
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.
Should load this into the editor
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.
10-08-2024 01:39 PM
Thanks for this feedback. Is it possible to attach a screenshot of what you are speaking about by chance?
10-12-2024 08:52 PM
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.
Should load this into the editor
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.