forked from 0x2620/oxjs
Lists: Add getPasteIndex method
This commit is contained in:
parent
7db11814e3
commit
603dfa3d3a
5 changed files with 22 additions and 0 deletions
|
|
@ -1074,6 +1074,10 @@ Ox.TableList = function(options, self) {
|
|||
return self.columnWidths[pos];
|
||||
};
|
||||
|
||||
that.getPasteIndex = function() {
|
||||
return that.$body.getPasteIndex();
|
||||
};
|
||||
|
||||
// FIXME: needed?
|
||||
that.getVisibleColumns = function() {
|
||||
return self.visibleColumns.map(function(column) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue