Home
last modified time | relevance | path

Searched +full:remove_row +(+path:plugin +path:edittable) -(+path:plugin +path:edittable +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/edittable/less/
Dcontextmenu.less33 &.remove_row {
34 background-image: url('../plugins/edittable/images/remove_row.png');
/plugin/edittable/script/
Dcontextmenu.js112 remove_row: {
113 name: LANG.plugins.edittable.remove_row,
125 this.alter('remove_row', selection.start.row, amount);
/plugin/edittable/lib/
Dhandsontable.full.js3790 …* property of the object specifies the type of the action in a String format. (e.g. `'remove_row'`…
3800 …* property of the object specifies the type of the action in a String format. (e.g. `'remove_row'`…
3810 …* property of the object specifies the type of the action in a String format. (e.g. `'remove_row'`…
3820 …* property of the object specifies the type of the action in a String format. (e.g. `'remove_row'`…
14199 … * @param {String} action Possible values: "insert_row", "insert_col", "remove_row", "remove_col"
14280 case 'remove_row':
15965 … See grid.alter for possible values: `"insert_row"`, `"insert_col"`, `"remove_row"`, `"remove_col"`
15991 * hot.alter('remove_row', 10);
18824 … = exports.SEPARATOR = exports.ROW_BELOW = exports.ROW_ABOVE = exports.REMOVE_ROW = exports.REMOVE…
18893 Object.defineProperty(exports, 'REMOVE_ROW', {
[all …]