1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-20 10:50:08 +03:00

Feature #3748: Remove hardcoded datatable column visibility

This commit is contained in:
Carlos Martín 2015-06-16 12:55:11 +02:00
parent 25ff8d073b
commit 569198b916

View File

@ -158,11 +158,9 @@ define(function(require) {
that.recountCheckboxes();
})
this.dataTable.fnSetColumnVis(0, false);
this.dataTable.fnSort([[1, SunstoneConfig.tableOrder]]);
if (this.conf.actions) {
this.dataTable.fnSetColumnVis(0, true);
this.initCheckAllBoxes();
this.tableCheckboxesListener();
}