Merge pull request #408 from mlorb/ml-sci-847-v2

Adjust columns width in samples table header after selecting sample group [SCI-847]
This commit is contained in:
mlorb 2017-01-16 10:52:00 +01:00 committed by GitHub
commit 88cc87d168

View file

@ -462,7 +462,7 @@ function onClickEdit() {
// Adjust columns width in table header
table.columns.adjust();
$("select[name=sample_type_id]").on('change', function(){
$('.dropdown-menu').parent().on('shown.bs.dropdown hidden.bs.dropdown', function () {
table.columns.adjust();
});
},