Download the PHP package martynchuk/yii2-editable-cell without Composer
On this page you can find all versions of the php package martynchuk/yii2-editable-cell. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download martynchuk/yii2-editable-cell
More information about martynchuk/yii2-editable-cell
Files in martynchuk/yii2-editable-cell
Download martynchuk/yii2-editable-cell
More information about martynchuk/yii2-editable-cell
Files in martynchuk/yii2-editable-cell
Vendor martynchuk
Package yii2-editable-cell
Short Description Yii2 GridView Editable Cell - editable cells in GridView
License MIT
Homepage https://github.com/martynchuk/yii2-editable-cell
Package yii2-editable-cell
Short Description Yii2 GridView Editable Cell - editable cells in GridView
License MIT
Homepage https://github.com/martynchuk/yii2-editable-cell
Please rate this library. Is it a good library?
Informations about the package yii2-editable-cell
yii2-editable-cell
Yii2 GridView Editable Cell - editable cells in GridView for Yii2.
Installation
Install the extension via Composer:
or add to composer.json:
Usage
Basic Usage
In your GridView use EditableColumn instead of a regular column:
Configuration
Edit Types
- text - text input field (default)
- textarea - multiline text field
- select - dropdown list (requires
editableOptions['items']) - date - date picker field
- number - number input field
Server-side Handling
Use the built-in helper class for easy processing:
Project Structure
License
MIT License
Author
Yurii Martynchuk [email protected]
All versions of yii2-editable-cell with dependencies
PHP Build Version
Package Version
The package martynchuk/yii2-editable-cell contains the following files
Loading the files please wait ...