Forum Discussion
Elements in a list are not showing after applying custom formatting
Norman Young There's something buggy in the code, that's for sure.
I was doing the same thing, creating some flex boxes to do tiling. When I previewed the formatting code, it showed all my items nicely tiled, and showed all of them. When I saved the formatting code it still showed all the items. When I refreshed the page it only showed the first 10 items.
This was only if I set the flex direction to 'row' - putting it to 'column' was OK.
Or, if not using flex, setting the "hideColumnHeader" to false forced items back to one per row and that worked.
Robin Nilsson I've tried all of these and still have the issue. However, I was doing some additional testing, and for my formatting, if the list has a total of 30 items, everything works as expected, regardless of paging. If the list has 31 or more items, this issue presents itself and only 10 are displayed. Furthermore, I was on a slow machine yesterday and could see all the items load and then quickly disappear. Checking the DOM I could see that they were removed. This happened every time the page loaded.