Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/contributte/datagrid
Browse files Browse the repository at this point in the history
  • Loading branch information
paveljanda committed Jun 11, 2019
2 parents 2f0765b + 8a3dbf8 commit 4414fbd
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 24 deletions.
3 changes: 2 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Sources
/src
/docs
/.docs

# Assets
/bower.json
Expand All @@ -16,6 +16,7 @@
/composer.json
/composer.lock
/vendor
/phpstan.*

# Tests
/tests
Expand Down
24 changes: 11 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ First class DataGrid for Nette Framework.

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

Please see the [full documentation](http://ublaboo.org/datagrid/).
:mag: Take a look at the [full documentation](https://contributte.org/packages/contributte/datagrid/).
:eyes: You can also browse the online **[demo](https://examples.planette.io/contributte/datagrid/)**.

> Give us a star, it makes us so happy. Thanks ⭐.️
-----

Expand All @@ -20,20 +23,15 @@ Please see the [full documentation](http://ublaboo.org/datagrid/).

[![Join the chat](https://img.shields.io/gitter/room/contributte/contributte.svg?style=flat-square)](http://bit.ly/ctteg)

## 🔍 Documentation 🔍

See the documentation **[HERE](.docs/)**. Or you can view the online **[demo](http://examples.planette.io/contributte/datagrid/)**.

## Versions

| State | Version | Branch | Nette | PHP | |
|-------------|-----------|----------|-------|----------|--|
| stable | `^6.0.0` | `master` | >=3.0 | `>= 7.2` | |
| stable | `^5.7.1` | `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` | |

## Are u using datagrid? Give us a star :) ⭐️
| State | Version | Branch | Nette | PHP |
|-------------|-----------|----------|-------|----------|
| dev | `^6.1.0` | `master` | >=3.0 | `^7.2` |
| stable | `^6.0.0` | `master` | >=3.0 | `^7.2` |
| stable | `^5.7.1` | `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` |

## Maintainers

Expand Down
13 changes: 4 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ublaboo-datagrid",
"version": "5.7.0",
"version": "6.0.1",
"description": "Assets for php composer package ublaboo/datagrid",
"keywords": [
"ublaboo",
Expand All @@ -9,14 +9,9 @@
],
"author": "Pavel Janda <me@paveljanda.com>",
"license": "MIT",
"main": "assets/dist/datagrid.js",
"devDependencies": {
"coffee-script": "^1.12.7",
"node-sass": "^4.9.3"
},
"main": "assets/datagrid.js",
"scripts": {
"build": "npm run build:css & npm run build:js",
"build:css": "node-sass -o assets/dist assets/src",
"build:js": "coffee --compile --output assets/dist/ assets/src/*.coffee"
"release-dry": "npm publish --dry-run",
"release": "npm publish"
}
}
2 changes: 1 addition & 1 deletion src/templates/datagrid.latte
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@


{define column-header}
{if $column->isHeaderEscaped()}
{if !$column->isHeaderEscaped()}
{if $column instanceof \Nette\Utils\Html || !$column->isTranslatableHeader()}
{$column->getName()|noescape}
{else}
Expand Down
File renamed without changes.

0 comments on commit 4414fbd

Please sign in to comment.