This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 4
'entries grid' report view not showing all columns
Started 9 years ago by jpello | 4 posts |
-
Is there a way to have it show all columns?
It seems like it only shows approx. 8 columns and then cuts off text at times... would be awesome if we could make it show everything.
Posted 9 years ago # -
You can edit the "machform/includes/report-functions.php" file. Search around line 820 for this code:
$init_max_columns = 7;
you can put large numbers there, such as 99999
MachForm Founder
Posted 9 years ago # -
That's great Yuniar- Thank you!
Now 1 last question regarding that --- now that I've made the adjustment and all of the columns are showing, we have some 'paragraph' fields (Comments) that do not show the entire contents - it cuts it off after a certain number of characters. Any way to force it to show everything that is entered in the field?
Posted 9 years ago # -
Yes, you can do that pretty easy actually. Go to your report manager page, edit your grid widget and then look under "Widget Options".
Adjust the value of "Cell Max Length" to 0. This will display all the data.MachForm Founder
Posted 9 years ago #
Reply
You must log in to post.