Skip to content

Commit

Permalink
change editor to stretch last column
Browse files Browse the repository at this point in the history
  • Loading branch information
joemeszaros committed Dec 16, 2024
1 parent df71562 commit 8320e0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 1 addition & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,19 +85,7 @@
}

#surveydatapanel {
width: 900px;
position: absolute;
top: 80px;
left: 250px;
text-align: left;
z-index: 100;
color: azure;
background-color: rgb(85, 130, 110);
background: rgb(85, 130, 110);
}

#surveydatapanel {
width: 900px;
width: 700px;
position: absolute;
top: 80px;
left: 250px;
Expand Down
2 changes: 1 addition & 1 deletion js/surveyeditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export class SurveyEditor {
this.table = new Tabulator("#surveydata", {
height: 215,
data: this.#getTableData(shots, orphanShotIds, attributes),
layout: "fitDataTable",
layout: "fitDataStretch",
validationMode: "highlight",
rowHeader: { formatter: "rownum", headerSort: false, hozAlign: "center", resizable: false, frozen: true },
rowFormatter: function (row) {
Expand Down

0 comments on commit 8320e0b

Please sign in to comment.