@contributte/datagrid 0.0.0-20250531-d4580b9 → 0.0.0-20250531-1bc071a
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -29
- package/assets/css/datagrid-all.css +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -22,42 +22,31 @@ Website 🚀 <a href="https://contributte.org">contributte.org</a> | Contact
|
|
|
22
22
|
<img src="https://github.com/contributte/datagrid/blob/master/.docs/assets/datagrid.gif">
|
|
23
23
|
</p>
|
|
24
24
|
|
|
25
|
+
## About
|
|
26
|
+
|
|
27
|
+
You are looking at first class datagrid for Nette Framework. Supported features: filtering, sorting, pagination, tree view, table view, translator and many others.
|
|
28
|
+
Give us a star, it makes us so happy. Thanks ⭐.️
|
|
29
|
+
|
|
30
|
+
| **Documentation** | [documentation](.docs) |
|
|
31
|
+
| **Skeleton Demo** | [https://examples.contributte.org/datagrid-skeleton/](https://examples.contributte.org/datagrid-skeleton/) |
|
|
32
|
+
| **Skeleton Repository** | [github.com/contributte/datagrid-skeleton](https://github.com/contributte/datagrid-skeleton) |
|
|
33
|
+
|
|
25
34
|
## Usage
|
|
26
35
|
|
|
27
|
-
To install latest version of `
|
|
36
|
+
To install latest version of `datagrid` use [Composer](https://getcomposer.org).
|
|
28
37
|
|
|
29
38
|
```
|
|
30
39
|
composer require ublaboo/datagrid
|
|
31
40
|
```
|
|
32
41
|
|
|
33
|
-
## Documentation
|
|
34
|
-
|
|
35
42
|
For details on how to use this package, check out our [documentation](.docs).
|
|
36
43
|
|
|
37
|
-
**Shortly**
|
|
38
|
-
|
|
39
|
-
You are looking at first class datagrid for Nette Framework. Supported features: filtering, sorting, pagination, tree view, table view, translator and many others.
|
|
40
|
-
Give us a star, it makes us so happy. Thanks ⭐.️
|
|
41
|
-
|
|
42
|
-
| What | Where |
|
|
43
|
-
|-|-|
|
|
44
|
-
| **Documentation** | [contributte.org/packages/contributte/datagrid/](https://contributte.org/packages/contributte/datagrid/) |
|
|
45
|
-
| **Demo** | [https://examples.contributte.org/datagrid-skeleton/](https://examples.contributte.org/datagrid-skeleton/) |
|
|
46
|
-
| **Example project** | [github.com/contributte/playground/tree/master/contributte-datagrid](https://github.com/contributte/playground/tree/master/contributte-datagrid) |
|
|
47
|
-
| **Forum (EN)** | will be updated |
|
|
48
|
-
| **Forum (CZ)** | [forum.nette.org/cs/25444](https://forum.nette.org/cs/25444-ublaboo-datagrid-mocny-rychly-rozsiritelny-hezky-anglicky-dokumentovany-datagrid) |
|
|
49
|
-
|
|
50
44
|
## Versions
|
|
51
45
|
|
|
52
46
|
| State | Version | Branch | Nette | PHP |
|
|
53
47
|
|-------------|-----------|----------|--------|---------|
|
|
54
48
|
| dev | `^7.0.0` | `master` | `3.0+` | `>=8.1` |
|
|
55
|
-
| stable | `^6.
|
|
56
|
-
| stable | `^6.6.0` | `master` | `3.0+` | `>=7.2` |
|
|
57
|
-
| stable | `^5.7.1` | `v5.x` | `2.3` | `^5.6` |
|
|
58
|
-
| stable | `^4.4.22` | `v5.x` | `2.3` | `^5.6` |
|
|
59
|
-
| stable | `^3.3.1` | `v5.x` | `2.3` | `^5.3` |
|
|
60
|
-
|
|
49
|
+
| stable | `^6.10.0` | `master` | `3.0+` | `>=7.2` |
|
|
61
50
|
|
|
62
51
|
## Development
|
|
63
52
|
|
|
@@ -71,13 +60,6 @@ See [how to contribute](https://contributte.org) to this package. This package i
|
|
|
71
60
|
<img width="80" height="80" src="https://avatars0.githubusercontent.com/u/538058?v=3&s=80">
|
|
72
61
|
</a>
|
|
73
62
|
|
|
74
|
-
|
|
75
|
-
### Future development
|
|
76
|
-
|
|
77
|
-
1. At the moment, we have limited time to maintain contributte datagrid for free. But you can create some maintenance time by sponsoring us. Ask us in email for available tarifs (email visible on https://github.com/paveljanda). At the moment, we have 1 little sponsor that gives us 1 hour of maintenance per month.
|
|
78
|
-
|
|
79
|
-
2. Sometimes, when there is a new issue opened (either with a new feature request or a bug report), we may assign a label with a dollar sign (**$**) and an amount of dollars to the issue. This is an opportunity for you to support datagrid vendor creators and resolve particular issue.
|
|
80
|
-
|
|
81
63
|
-----
|
|
82
64
|
|
|
83
65
|
Consider to [support](https://contributte.org/partners) **contributte** development team.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@import "@fortawesome/fontawesome-free/css/all.css";
|
|
2
2
|
@import 'bootstrap/dist/css/bootstrap.css';
|
|
3
|
-
@import 'vanillajs-datepicker/
|
|
3
|
+
@import 'vanillajs-datepicker/css/datepicker-bs5.css';
|
|
4
4
|
@import "tom-select/dist/css/tom-select.css";
|
|
5
5
|
@import './happy.css';
|
|
6
|
-
@import './datagrid.css';
|
|
6
|
+
@import './datagrid.css';
|