Merge pull request #395 from mlorb/ml_sci_847

Adjust columns width in table header after selecting sample type/group [SCI-847]
This commit is contained in:
mlorb 2017-01-11 10:43:12 +01:00 committed by GitHub
commit b898c792c4

View file

@ -459,6 +459,9 @@ function onClickEdit() {
// Adjust columns width in table header
table.columns.adjust();
$("select[name=sample_type_id]").on('change', function(){
table.columns.adjust();
});
},
error: function (e, data, status, xhr) {
if (e.status == 403) {