kilik/tabledemo

a simple demo for kilik table bundle

dev-support/symfony-3.4 2021-12-20 16:09 UTC

This package is not auto-updated.

Last update: 2024-04-23 21:55:33 UTC


README

This project is a simple way to present KilikTableBundle working features.

Installation

requirements:

  • docker
  • docker-compose
  • make
git clone https://github.com/KilikFr/TableDemo.git kilik-table-demo
cd kilik-table-demo
make upgrade

load fixtures

touch .fixtures
make fixtures

work with php / symfony

make php
./bin/console

common access

features demo

  • simple list: demo src
  • left join + concat: demo src
  • list with count (and group by): demo src
  • additionnal filters (custom input): demo src
  • alternative pagination (+ setup on visible columns): demo src
  • force reset filter : demo
  • api webservice as data source: unmaintained