All Projects → holubj → NiftyGrid

holubj / NiftyGrid

Licence: other
DataGrid for Nette Framework

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to NiftyGrid

Datagrid
💪 DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc
Stars: ✭ 224 (+558.82%)
Mutual labels:  nette, nette-framework, datagrid
Jqwidgets
Angular, Vue, React, Web Components, Blazor, Javascript, jQuery and ASP .NET Framework,
Stars: ✭ 227 (+567.65%)
Mutual labels:  grid, datagrid
Griddle
Simple Grid Component written in React
Stars: ✭ 2,494 (+7235.29%)
Mutual labels:  grid, datagrid
nette-minified
[DISCONTINUED] Minified version of Nette Framework.
Stars: ✭ 16 (-52.94%)
Mutual labels:  nette, nette-framework
Bs grid
Bootstrap Datagrid
Stars: ✭ 184 (+441.18%)
Mutual labels:  grid, datagrid
Tubular React
Material UI table with local or remote data-source. Featuring filtering, sorting, free-text search, export to CSV locally, and aggregations.
Stars: ✭ 202 (+494.12%)
Mutual labels:  grid, datagrid
examples
🎓 Examples demonstrating the Nette Framework.
Stars: ✭ 89 (+161.76%)
Mutual labels:  nette, nette-framework
Ka Table
Lightweight MIT React Table component for both TS and JS with Sorting, Filtering, Grouping, Virtualization, Editing and many more
Stars: ✭ 117 (+244.12%)
Mutual labels:  grid, datagrid
apitte-openapi
👪 OpenAPI specification for Apitte stack
Stars: ✭ 15 (-55.88%)
Mutual labels:  nette, nette-framework
web-project
Standard Web Project: a simple skeleton application using the Nette
Stars: ✭ 88 (+158.82%)
Mutual labels:  nette, nette-framework
image-storage
🌠 Image storage for Nette framework
Stars: ✭ 27 (-20.59%)
Mutual labels:  nette, nette-framework
Grid
Declarative React Canvas Grid primitive for Data table, Pivot table, Excel Worksheets and more 💥
Stars: ✭ 573 (+1585.29%)
Mutual labels:  grid, datagrid
Tui.grid
🍞🔡 The Powerful Component to Display and Edit Data. Experience the Ultimate Data Transformer!
Stars: ✭ 1,859 (+5367.65%)
Mutual labels:  grid, datagrid
React Table
⚛️ Hooks for building fast and extendable tables and datagrids for React
Stars: ✭ 15,739 (+46191.18%)
Mutual labels:  grid, datagrid
Functional Data Grid
Data grids in functional style with ReactJS
Stars: ✭ 125 (+267.65%)
Mutual labels:  grid, datagrid
dockerfiles
🐳 Dockerfiles for Nette Framework. Nette in Docker. (@nette)
Stars: ✭ 15 (-55.88%)
Mutual labels:  nette, nette-framework
svelte-datagrid
Svelte data grid spreadsheet best best features and performance from excel
Stars: ✭ 48 (+41.18%)
Mutual labels:  grid, datagrid
Revogrid
Powerful virtual data grid smartsheet with advanced customization. Best features from excel plus incredible performance 🔋
Stars: ✭ 1,870 (+5400%)
Mutual labels:  grid, datagrid
Smart Webcomponents
Web Components & Custom Elements for Professional Web Applications
Stars: ✭ 110 (+223.53%)
Mutual labels:  grid, datagrid
event-dispatcher
💥 Best events support (symfony/event-dispatcher) to Nette Framework (@nette)
Stars: ✭ 23 (-32.35%)
Mutual labels:  nette, nette-framework

NiftyGrid

Simple and light-weight datagrid for Nette framework.

Install

Add as composer dependancy to your composer.json file:

{
	"require": {
		"php" : ">=5.3.0",
		"nette/nette" : "*",
		"nifty/nifty-grid": "*"
	}
}

Copy resources from resources/ directory to your public www dir and include them in template (usually in @layout.latte).

Usage

See manual on http://addons.nette.org/cs/niftygrid

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].