https://antibiotiqueaugmentin.com/surdosage-augmentin-bebe/

Limit to the number of rows in a Grid?

More
12 years 11 months ago #1035

Is there a limit to the number of rows in a grid in card view?

I have a site that I can only do about 36 rows. If I go much over that I get an () or 0, I can't really tell, on the web page rather that the grid results...

My set up is I have approx 70 rows I need to display with 5 cards in each row. Each card consists of a small picture (~14Kb) and 3 or four pieces of info below it.

Is this something that I can configure in the code to allow more rows of cards, an issue with the way I am setting up the grid or is it possibly a limitation on Joomla/Card View/Web Browser(Firefox)..

Thanks in advance for your help...

Dean

Last edit: 12 years 11 months ago by allen.

Please Log in or Create an account to join the conversation.

More
12 years 11 months ago #1045

Hi,

sorry for a little bit late response.

you can display only one card per row if you want.

Cards per row: 1
Number of rows: 1

You can also limit the first e.g. 50 rows.

CREATE VIEW SomeView AS
SELECT column FROM table
LIMIT 50

or

CREATE VIEW SomeView AS
SELECT column FROM table
LIMIT 50 OFFSET 20

Best regards,
Viljem

Please Log in or Create an account to join the conversation.

  • Dean
  • Dean's Avatar
  • Visitor
  • Visitor
12 years 9 months ago #1075

I think you misunderstood my question. I am having issues using Card view... when I have say 350 cards to display and try to do 5 cards per row and 70 rows. The System show () as the result. so it is almost like it is hitting some sort of limit. The most I have been able to display at one time is 36 rows/ 5 cards per row. If I do 37 rows/5 cards per row, i get the same () displayed in my browser...

Please Log in or Create an account to join the conversation.

More
12 years 9 months ago #1095

Hi,

Do you have a live example of this issue?

Regards,
Tomaž

Please Log in or Create an account to join the conversation.

Moderators: tomaz
Time to create page: 0.185 seconds

Contact Us

Contact us on Discord

Contact us on Facebook