Giter Club home page Giter Club logo

Comments (5)

sylvainjule avatar sylvainjule commented on June 8, 2024 3

I'll probably archive this plugin with the release of 3.7, in favor of the new table layout of the Pages section.

from kirby-pagetable.

scsskid avatar scsskid commented on June 8, 2024 1

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 }}'

from kirby-pagetable.

trych avatar trych commented on June 8, 2024 1

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.

from kirby-pagetable.

distantnative avatar distantnative commented on June 8, 2024

@trych you could try #82

from kirby-pagetable.

sylvainjule avatar sylvainjule commented on June 8, 2024

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.

from kirby-pagetable.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.