Skip to content

Commit

Permalink
Fixes #18538: Column name to add are not sorted alphabetically
Browse files Browse the repository at this point in the history
  • Loading branch information
VinceMacBuche committed Nov 13, 2020
1 parent 9247567 commit 1666de3
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -1354,6 +1354,7 @@ function createNodeTable(gridId, refresh) {
}

function columnSelect(editOpen) {
dynColumns.sort()
var table = $('#'+gridId).DataTable();
$("#edit-columns").html($("<button class='btn btn-blue' > <i class='fa fa-pencil'></i> Edit columns</button>").click(function(){$("#select-columns").toggle()}))
var select = "<div class='col-xs-12 row form-group'> <div class='col-xs-2' style='margin-left : -15px' > <select placeholder='Select column to add' class=' form-control'>"
Expand Down

0 comments on commit 1666de3

Please sign in to comment.