Split the DynamicTable class into 2 classes

This commit is contained in:
buinsky 2015-11-11 22:50:14 +03:00
parent c9b74c2742
commit 2275060022
5 changed files with 198 additions and 177 deletions

View file

@ -140,7 +140,7 @@ var ContextMenu = new Class({
there_are_force_start = false;
all_are_super_seeding = true;
var h = myTable.selectedIds();
var h = myTable.selectedRowsIds();
h.each(function(item, index){
var data = myTable.rows.get(item).full_data;