Spaces:
Sleeping
Sleeping
Update data_gc_tab.html
Browse files- data_gc_tab.html +1 -1
data_gc_tab.html
CHANGED
|
@@ -18,7 +18,7 @@
|
|
| 18 |
|
| 19 |
var table = new Tabulator("#example-table", {
|
| 20 |
data: tableData, // set initial table data
|
| 21 |
-
layout: "
|
| 22 |
columns: [
|
| 23 |
{title:"Name", field:"name"},
|
| 24 |
{title:"Age", field:"age"},
|
|
|
|
| 18 |
|
| 19 |
var table = new Tabulator("#example-table", {
|
| 20 |
data: tableData, // set initial table data
|
| 21 |
+
layout: "fitDataStretch", // fit columns to width of table proportionally
|
| 22 |
columns: [
|
| 23 |
{title:"Name", field:"name"},
|
| 24 |
{title:"Age", field:"age"},
|