9 lines
171 B
JavaScript
9 lines
171 B
JavaScript
// populated by ssg:
|
|
// const slugs = [];
|
|
|
|
for (const slug of slugs) {
|
|
new simpleDatatables.DataTable("#" + slug, {
|
|
paging: false,
|
|
searchable: false,
|
|
})
|
|
}
|