Initial commit
This commit is contained in:
commit
65e0da7e11
1397 changed files with 596542 additions and 0 deletions
12
site/OFF_plugins/kirby-index-field/fields/index/template.php
Normal file
12
site/OFF_plugins/kirby-index-field/fields/index/template.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<div
|
||||
data-field="indexfield"
|
||||
>
|
||||
<table
|
||||
class="display"
|
||||
width="100%"
|
||||
data-indexfield-columns="<?php __(json_encode($field->columns())) ?>"
|
||||
data-indexfield-entries="<?php __($field->url('list')) ?>"
|
||||
data-indexfield-rows="<?php __($field->rows) ?>"
|
||||
data-indexfield-order="<?php __($field->order) ?>"
|
||||
></table>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue