- Posts: 3
- Thank you received: 0
Hi, I have following problem.
I have a column in j25_comprofiler that have all countries listed.
I would like now that the user can select under the "advanced filter" in a list-drop down field one country.
It works, but only from A to M (Mexico)... the countries after Mexico does not show up in the list to select.
Can anybody help me here? The country after mexico is "Micronesia" in the database... its correctly written and have no special characters ect...
Thanks,
Geffect
Please Log in or Create an account to join the conversation.
Hi,
the SQL query that selects data for drop down is limited to 100 entries to prevent unwanted loading of thousands of records. You can change that by changing the php file directly. The line to change is in components/com_grid/GridBuilder.php, line 585. Just change 100 to something bigger.
Cheers
Please Log in or Create an account to join the conversation.
Works! Thank you!
Please Log in or Create an account to join the conversation.