mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-11 01:14:30 +08:00
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:
commit
b898c792c4
1 changed files with 3 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue