- last update
over 1 year ago Composer error. Unable to continue. The patch of #10 from https://www.drupal.org/project/views_infinite_scroll/issues/3093929 β¨ Update View Result Summary after loading more content with Ajax enabled Postponed: needs info works well to replace the header and footer of the view.
In addition to the patch, I have made changes to remove the "Headers in table format repeat on load more"So this patch will help solve the issue of the repeated table headers and static View Result Summary in 2.0.x
Also in 'Global: Result summary', "Displaying @start - @end of @total" might be misleading instead "Displaying 1 - @end of @total" can be used.- π©πͺGermany Anybody Porta Westfalica
Could we please prove the situation before and after with a test?
- π¨πSwitzerland florianmuellerch Aarau, Switzerland
Confirming that #53 did the trick for me on 2.0.1, while #56 didn't solve the problem?
I'm running Drupal 10.1.0 and I had the issue as well with the table headers being repeated, so I can confirm this is still an issue.
- π©πͺGermany Anybody Porta Westfalica
Thanks @florianmuellerCH what this module really needs are tests for all core view display formats. That way we can be sure, fixing one doesn't break another.
I assume this won't be merged, until the community did that. Furthermore, it might be discussable to allow alterations for different display formats, as tables just have different structures from lists, grid, ... as one can see.
So this still needs review and work for the tests. #56 has no interdiff, so I'll hide it and we proceed with and review #53.
- Status changed to Needs work
over 1 year ago 9:15am 24 July 2023 - πΊπ¦Ukraine init90 Ukraine
I've noticed one problem with the patch above in case when using the option 'Grouping by field' its value is lost for results loaded by scroll.
- πΊπ¦Ukraine init90 Ukraine
Here is a patch that saves the grouping field(caption) with the next table data load.
- last update
12 months ago Patch Failed to Apply - π¬π§United Kingdom andy inman Gloucestershire, UK
I'm hitting what seems to be the same issue, but when using the Responsive Grid rather than table format. Tried patch #65, no change. Should I log this is a separate issue?