Wider scroll windows for element in DataPage results/details
Really frustrating with longer field, table, view names in an extremely narrow scroll window where I can't see the short items in the list and the ending of the fieldnames which only vary at the end. have to horizontally scroll and vertically scroll all the time when I've got a huge display and plenty of room to expand. More space or expandable or user configuration boxes and frames....you can set the min-width, let me set the max-width or width so setting up a Datapage is not in a tiny frame
-
Danny Hong commented
styler pro extension for chrome
https://chrome.google.com/webstore/detail/styler-pro/hbhkfnpodhdcaophahpkiflechaoddoi
and firefox.
https://addons.mozilla.org/en-US/firefox/addon/styler-pro/actually styler pro didn't work on firefox. you can use code injector instead.
https://addons.mozilla.org/en-US/firefox/addon/codeinjector/@Joshua Jobin you can't click and drag but ctrl-click works to select multiple elements at a time.
these are the edits I made:
.ConfigureFilesListCtnr {width:272px!important;} /* make Datapage elements column wider */
.ConfigureFieldsRightArea {left:272px!important;} /* Adjust right side so no overlap */
.RuleOptionsCtnr {left:271px!important;} /* in Rules tab, make Rules list column wider*/
.MoveFieldsButtonContainer {width:266px!important;} /* in Rules tab, make remove/add buttons column match*/
#DPContainer {width:unset!important;} /* Right side extends full width of screen*/
textarea { /* change the Source Code font */
font-size:16px!important;
font-family: Sudo, Consolas, monospace!important;
} -
Kari Kounkel commented
Also... the ability to grab multiple items and move them all at once, rather than one-by-one would be nice...
I wish, too, that you were able to choose your own defaults (I don't often use labels, i like the pixel size option, etc)...
-
Joshua Jobin commented
Agree! I think the whole records editing area in the datapage should be improved. If I want to change the sorting of my fields, I can only do so one at a time. It would be nice to move blocks at a time and it would be nice to click and drag instead of click the little up/down arrow.
-
Greg Griffin commented
This should be expanded to make the whole DataPage creation to be dynamically adjusted pages. I realize that iFrames are set when loaded, but even have a dynamic load get the window dimensions and adjust to fit (it the user wants) is better than working in a frame designed for 980px wide. Who has a monitor that small anymore?