Skip to content

💪 DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc

License

Notifications You must be signed in to change notification settings

GrumpyW1zard/datagrid

This branch is 67 commits behind contributte/datagrid:v5.x.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f3l1xMilan Felix Šulc
and
Milan Felix Šulc
Jun 27, 2018
6bd587d · Jun 27, 2018
Jan 11, 2018
May 25, 2018
May 21, 2018
Dec 14, 2016
Jan 14, 2018
Nov 16, 2016
May 23, 2018
Dec 10, 2015
Jun 27, 2018
Sep 19, 2016
May 21, 2018
Jan 20, 2018

Repository files navigation

Datagrid

First class DataGrid for Nette Framework.

Supported features: filtering, sorting, pagination, tree view, table view, translator, etc

Please see the full documentation.


Build Status Code coverage Licence

Downloads this Month Downloads total Latest stable

Discussion / Help

Join the chat

Install

composer require ublaboo/datagrid

Versions

State Version Branch Nette PHP
dev ^6.0.0 master >=2.4 >= 7.1 minimum-stability: dev, prefer-stable: true
stable ^5.6.0 v5.x >=2.3 >= 5.6
stable ^4.4.22 v5.x >=2.3 >= 5.6
stable ^3.3.1 v5.x >=2.3 >= 5.3

Prologue

🚧 🚧 🚧

At this time we're working on new strict-typed (PHP >=7.1) ^6.0.0 in master branch. It will go throw the massive refactoring (namespace, classes, snake-case -> camelCase, etc.). We'll looking for some help (testers, PR).

You can test it using this composer setup.

{
    "require": {
      "ublaboo/datagrid": "^6.0.0"
    },
    "prefer-stable": true,
    "minimum-stability": "dev"
}

If you're looking for rock stable version, use ^5.6.0 in v5.x branch.

{
    "require": {
      "ublaboo/datagrid": "^5.6.0"
    }
}

Overview

Current documentation - https://ublaboo.org/datagrid/.

Maintainers


Pavel Janda

Milan Felix Šulc

Former maintainers


Martin Procházka

Thank you for testing, reporting and contributing.

About

💪 DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 82.0%
  • HTML 9.0%
  • CoffeeScript 5.5%
  • CSS 3.5%