i am trying to install the plugin GitHub - ragi96/table-field: A Table Field for Kirby V3 for a table field.
The error message is “The field type “table” does not exist”.
But when i understand kirby right, it is initialized in the src/index.js of the plugin?
Same problem.
Normally the panel.plugin would invoke the field table right?
When i remove the plugin it says “Invalid field type (“table”)” so it has to be working somehow.
I noticed, that there is a table.yml in the kirby 3.5 standard version (kirby/config/blocks/table/table.yml) maybe this is somehow causing problems?
Hi pixelijn,
thanks for the help.
I just copied the folder into the structure, is there any other installation process?
What have you put in your blueprint that it was working?
I followed your thread and it helped me to set up the table plugin. Thanks everyone for contributing.
Everything works as expected. If I use it as a field outside blocks it works (bottom part of screenshot).
Only the preview inside a layout block is not working for me (top part of screenshot).
Note: both tables contain the same data and both table datas are perfectly shown inside my template. I am using Kirby Version 3.5.7.
I havent figured out how to set up the preview.
I’ve tried couple of hours and then decided to put it aside. But would be glad if anyone had a solution.
@Akiyele many thanks for your quick reply. I guess the only good news here is that my plugin installation works as expected
I invested couple of hours, too, to see if I can make it work in the block view. But I failed, too.
But I created a quick workaround which enables the editors to add an (optional) table title. This title is then shown in the block preview (instead of the “No entries” default).