Hi There,
Unfortunately I face a problem with the lay-out of ARI data tables.
I’m using one SQL table called: wjve_uitslagen_alv. From this table I create 4 ARI data tables:
1. SELECT * FROM `wjve_uitslagen_alv` ORDER BY Datum Desc
2. SELECT * FROM `wjve_uitslagen_alv` WHERE Evenement='Venloop'
3. SELECT * FROM `wjve_uitslagen_alv` WHERE Evenement='Marathon'
4. SELECT * FROM `wjve_uitslagen_alv` WHERE Evenement='Night run'
Table 1, 2 and 4 looks ok but table 3 shows some disturbances / deviations:
• The header is missing the “# entries” and “search” – field.
• The table sort option is gone in the header
• The footer is almost gone except the record field names
Screenshot of Table 3:
To my opinion all views (2, 3 & 4) are created in the same way and using the same settings still I face this behavior. When I change the: WHERE Evenement='Marathon' statement to something else like WHERE Evenement='Cityrun' it seems all ok.
Something is hidden for guests. Please login or register to see it.
I can’t figure out what’s wrong, your help is greatly appreciated