Download the PHP package bogdancondorachi/kirby-table-field without Composer
On this page you can find all versions of the php package bogdancondorachi/kirby-table-field. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bogdancondorachi/kirby-table-field
More information about bogdancondorachi/kirby-table-field
Files in bogdancondorachi/kirby-table-field
Package kirby-table-field
Short Description Table field plugin for Kirby CMS
License MIT
Homepage https://getkirby.com/plugins/bogdancondorachi/table-field
Informations about the package kirby-table-field
[!NOTE] This flexible yet powerful panel field is designed to effortlessly manage and display large datasets. It enables users to dynamically add, edit, and organize data in rows and columns, offering intuitive controls for adding, removing, duplicating, and rearranging entries. Ideal for handling complex data structures while ensuring a clean and user-friendly interface.
Installation
Composer
Git Submodule
Manual
Download and extract the folder to /site/plugins/table-field
Field Usage
Add the field to your blueprint:
Field Properties:
Name | Type | Default | Description |
---|---|---|---|
align | string |
- |
Set the text alignment of the table |
disabled | bool |
- |
If true , the field is no longer editable and will not be saved |
duplicate | bool |
true |
Toggles duplicating columns and rows in the table |
empty | string |
- |
The placeholder text if no rows exists |
help | string |
- |
Optional help text below the field |
index | int , bool |
1 |
Specifies the starting index. If set to false , it removes the index column; in this case, sortable would be disabled as well |
label | string |
- |
Set the label above the field |
marks | bool , array |
true |
Set the allowed HTML formats. Activate/deactivate them all by passing true /false |
maxColumns | int |
8 |
Set the maximum allowed columns in the table |
minColumns | int |
2 |
Set the minimum required columns in the table |
sortable | bool |
true |
Toggles drag & drop sorting |
translate | bool |
true |
If false , the field will be disabled in non-default languages and cannot be translated. This is only relevant in multi-language setups. |
Use the field in your template:
Blocks Usage
Add the block to your blueprint:
Overwrite default blueprint:
To overwrite the default blueprint, place your custom file in /site/blueprints/blocks/table.yml
Snippet:
To overwrite this default snippet, place your custom file in /site/snippets/blocks/table.php
Buy me a coffee ☕
[!NOTE] This plugin is provided free of charge & published under the permissive MIT License. If you're using it for a commercial project or just want to help keep it alive, please consider donating. Your support fuels future development!
License
Bogdan Condorachi
All versions of kirby-table-field with dependencies
getkirby/cms Version ^4.0
getkirby/composer-installer Version ^1.2