The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "avatartype" - Line: 783 - File: global.php PHP 8.1.31 (Linux)
|
Is there a way to force the size of a submissions column? - Printable Version +- Form Tools (https://forums.formtools.org) +-- Forum: Form Tools (https://forums.formtools.org/forumdisplay.php?fid=1) +--- Forum: General Discussion (https://forums.formtools.org/forumdisplay.php?fid=5) +--- Thread: Is there a way to force the size of a submissions column? (/showthread.php?tid=892) |
Is there a way to force the size of a submissions column? - Chilli - Oct 22nd, 2010 I have several fields being displayed under the submissions.php page. Column headings. Problem I have is one of the column headings is an employee ID number and it is 8 numbers long. Because I have 7 columns shown in the submissions page, the page auto-resizes the columns and this cuts off 3 of the numbers, so it looks like: 12345... Is there I way I can stop the auto sizing or set this column to not be resized so the user can see the full ID number without having to go into each record to get the number? Thanks Chilli RE: Is there a way to force the size of a submissions column? - Ben - Oct 26th, 2010 Hi Chilli, I'm afraid not.... Really the only solution is to show less columns, so there's more space for each. But I agree, this is an issue for me too. I'll have to try to come up with a workaround in an upcoming release. - Ben |