inowave / yii2-tableeditablewidget
x-editable as yii2 widget
Installs: 39
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:JavaScript
Type:yii2-extension
Requires
- inowave/yii2-inputmaskwidget: 1.0.1
- inowave/yii2-select2widget: 1.0.1
- inowave/yii2-timepickerwidget: 1.0.1
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2025-04-30 22:54:37 UTC
README
x-editable as yii2 widget
Has it's own jquery ui script (1.10.4 ver.) Needs controller TablewidgetController with action actionTablewidgetfield to check and get data (url : '/tablewidget/tablewidgetfield'). Needs controller TablesavedataController with action actionTablesave to check and set data ( url : '/tablesavedata/tablesave'). Needs model Img to save uploaded images.