Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/contributte/datagrid-skeleton
🎁 Example of contributte/datagrid component. Project skeleton based on Nette Framework and Contributte libraries by @f3l1x & @paveljanda.
https://github.com/contributte/datagrid-skeleton
component contributte datagrid grid nette nette-framework tables ui
Last synced: 26 days ago
JSON representation
🎁 Example of contributte/datagrid component. Project skeleton based on Nette Framework and Contributte libraries by @f3l1x & @paveljanda.
- Host: GitHub
- URL: https://github.com/contributte/datagrid-skeleton
- Owner: contributte
- License: mit
- Created: 2021-11-19T16:55:51.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-05-15T09:26:23.000Z (6 months ago)
- Last Synced: 2024-05-16T00:05:23.151Z (6 months ago)
- Topics: component, contributte, datagrid, grid, nette, nette-framework, tables, ui
- Language: PHP
- Homepage: https://examples.contributte.org/datagrid-skeleton/
- Size: 560 KB
- Stars: 3
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://heatbadger.now.sh/github/readme/contributte/datagrid-skeleton/)
Website 🚀 contributte.org | Contact 👨🏻💻 f3l1x.io | Twitter 🐦 @contributte
-----
This project is here for super-simple demonstration how to create a project with `contributte/datagrid`. People are mailing me "This thing is broken - can you fix it please?" and I am responding: "Sure. Please create a sandbox-like repository where I can reproduce you issue and I will have a look at it". Well that's the purpose of this repository. I prepared you a database, presenter and a template. Use it. 🙌
## Demo
https://examples.contributte.org/datagrid-skeleton/
## Installation
To install latest version of `contributte/datagrid-skeleton` use [Composer](https://getcomposer.org).
```
composer create-project -s dev contributte/datagrid-skeleton acme
```### Install using [docker](https://github.com/docker/docker/)
1) At first, use Git to download this project.
```
git clone https://github.com/contributte/datagrid-skeleton.git
```2) Setup project.
```
make install
```3) Run docker stack.
```
make docker-up
```4) Open http://localhost and enjoy!
### Composer packages
Take a detailed look :eyes: at [contributte/datagrid](https://contributte.org/packages/contributte/datagrid/)
## Development
See [how to contribute](https://contributte.org/contributing.html) to this package.
This package is currently maintaining by these authors.
-----
Consider to [support](https://contributte.org/partners.html) **contributte** development team. Also thank you for using this project.