- Posts: 1
- Thank you received: 0
Is there a limit to the number of grid columns that can be displayed?
I appear to reach a limit that is dependent on the total number of characters I use as column titles.
Is there a way I can change this to either allow more characters or to allow more columns?
Please Log in or Create an account to join the conversation.
Hi,
In fact there is a limit, but you can enlarge field in mysql db to value that is the most appropriate for you.
1. Find in mysql joomla DB table jos_grids (e.g. phpMyAdmin)
2. Click on table structure
3. Edit fields - columnNames and columnCaptions - from varchar(255) to e.g. varchar(500) (if you need more, even more)
Best regards,
Viljem
Please Log in or Create an account to join the conversation.