Skip to content

Commit 126d7d8

Browse files
committed
table settings
1 parent 3d5dbde commit 126d7d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/gen_metric_tables.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,13 +189,13 @@ def add_assets(doc) -> None:
189189
document.querySelectorAll('table[data-datatable="true"]').forEach(function(tbl){
190190
if (!window.jQuery.fn.dataTable.isDataTable(tbl)){
191191
window.jQuery(tbl).DataTable({
192-
paging: true,
192+
paging: false,
193193
pageLength: 25,
194194
lengthChange: false,
195195
info: true,
196-
searching: true,
196+
searching: false,
197197
order: [],
198-
autoWidth: false,
198+
autoWidth: true,
199199
language: {
200200
search: "Filter models:",
201201
info: "Showing _START_ to _END_ of _TOTAL_ models",

0 commit comments

Comments
 (0)