mirror of
https://github.com/sdr-enthusiasts/docker-planefence.git
synced 2025-12-22 11:17:06 +00:00
make resized column width persistent after reload
This commit is contained in:
@@ -88,10 +88,11 @@
|
||||
});
|
||||
|
||||
$("#mytable").colResizable({
|
||||
liveDrag:true,
|
||||
gripInnerHtml:"<div class='grip'></div>",
|
||||
draggingClass:"dragging",
|
||||
resizeMode:'flex'
|
||||
liveDrag: true,
|
||||
gripInnerHtml: "<div class='grip'></div>",
|
||||
draggingClass: "dragging",
|
||||
resizeMode: 'flex',
|
||||
postbackSave: true
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
@@ -969,10 +969,11 @@ $(if chk_enabled "$DARKMODE"; then echo "<body class=\"dark\">"; else echo "<bod
|
||||
}
|
||||
});
|
||||
\$("#mytable").colResizable({
|
||||
liveDrag:true,
|
||||
gripInnerHtml:"<div class='grip'></div>",
|
||||
draggingClass:"dragging",
|
||||
resizeMode:'flex'
|
||||
liveDrag: true,
|
||||
gripInnerHtml: <div class='grip'></div>",
|
||||
draggingClass: "dragging",
|
||||
resizeMode: 'flex',
|
||||
postbackSave: true
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user