s25-hot
1.0.6 • Public • Published
$ npm install --save s25-hot
import { Hot } from 's25-hot'
//может использоваться любая версия, но тут новая
import Handsontable from 's25-hot/src/handsontable'
const hot = new Hot(Handsontable)
hot.init(document.querySelector('.selector'), config) // стандартный hot config
hot.loadData(getData())
hot.onChange(() => $saveBtn.prop('disabled', false))
// Редактирование
$editBtn.on('click', () => {
hot.setEditMode()
})
// Отмена
$cancelBtn.on('click', () => {
hot.cancelEditMode()
})
// Сохранение
const changes = hot.getChanges()
save(changes)
hot.setViewMode()
Readme
Keywords
nonePackage Sidebar
Install
Weekly Downloads