Closed afbora closed 2 years ago
I'll probably archive this plugin with the release of 3.7, in favor of the new table layout of the Pages section.
quick migration guide to 3.7 (only issues I faced)
pagetable:
type: pagetable
columns:
title:
text: '{{ page.text.upper }}'
kirby 3.7
type: pages
layout: table
columns:
title:
value: '{{ page.text.upper }}'
Is there any insight as to why this breaks in 3.7?
This plugin breaking gets me in to real trouble actually, as I have some projects whose panel setups depend on page tables that can be sorted by column and filtered by search field, two features a feature that the new table layout does not offer. Which means I am stuck with 3.6 for these projects for now and I even need to start some projects with on a now outdated Kirby 3.6.
Is it something small maybe, that could be easily fixed?
@sylvainjule I would like to kindly ask to you to not archive this plugin, as the current implementation of the table layout is not adequate replacement for your pagetable section.
@trych you could try https://github.com/sylvainjule/kirby-pagetable/pull/82
I'll close this in light of #82, feel free to reopen if needed! I won't have time to dive into issues myself until early sept though.
The plugin is not yet 3.7 compatible.