Download the PHP package kilik/table without Composer

On this page you can find all versions of the php package kilik/table. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package table

README

What's KilikTableBundle ?

KilikTableBundle is a fast, modern, and easy-to-use way to manipulate paginated information, with filtering and ordering features, with ajax queries.

This bundle is a work in progress.

Links:

Working features:

Planned features:

Installation

Patch your AppKernel.php (symfony <4):

Patch your AppKernel.php (symfony >=4):

Install assets

And create your first list:

Feature disabled on 1.0 branch (symfony 4 compatibility WIP)

(With default parameters, your list is available here http://localhost/yourcontroller/list)

Usage

This documentation need to be completed.

Here, some examples to show latest features.

Optimized version to load entities, from Repository Name:

Optimized version to load entities, from Callback method (Eager loading):

Mass actions

Define a mass action for list

If mass action does not have a specified action, a javascript event is fired. You can get all rows checked as following :

Events / Listeners

Autoload Kilik Tables

A new twig block provide metadata information about table so you can autoload it if necessary without any javascript in your twig template.

You can access table configurations from HTML attributes with jQuery, see the example :

Bootstrap 4

Note: WIP on Bootstrap 4 (with Font Awesome) integration, use new JS function:

Use other storage for table filters

If you want to use a custom storage for table filters (Eg. Session).

Customize filled filters

When a filter is filled, class table-filter-filled is added on field. By default, no style is applied, but you can override it to fit your needs :

Filter date columns

Users can filter this data using various operators, for example :

For bundle developpers


All versions of table with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4||^8.0
ext-json Version *
twig/twig Version ^1.0||^2.0||^3.0
doctrine/orm Version ^2.5
doctrine/doctrine-bundle Version ~1.0||~2.0
symfony/form Version ^4.0||^5.0||^6.0||^7.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package kilik/table contains the following files

Loading the files please wait ....