Skip to content

Commit

Permalink
Use fitDataFill layout
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaGeo committed Oct 6, 2024
1 parent e8c278b commit 8ae6a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion results.md
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ var tables = document.querySelectorAll("table");
for (var i = 0; i < tables.length; i++) {
new Tabulator(tables[i], {
height: 400,
layout: "fitColumns",
layout: "fitDataFill",
columns: [
{ title: "Place", field: "Place" },
{ title: "Bib", field: "Bib" },
Expand Down

0 comments on commit 8ae6a1a

Please sign in to comment.