disable page limit
This commit is contained in:
parent
7f75e225c5
commit
831b8a94cf
@ -22,7 +22,7 @@ m.request("./data/nodes.json")
|
||||
});
|
||||
|
||||
// Only show the first few items
|
||||
rows = rows.splice(0, 25);
|
||||
//rows = rows.splice(0, 25);
|
||||
|
||||
const table = m("table", [
|
||||
m("thead", [
|
||||
|
Loading…
x
Reference in New Issue
Block a user