Currently, the datatable behaviour in the test function parameter overview tables are customized directly in the jinja2 template (i.e., in the each site page separately). It would be cleaner to have this in docs/javascripts/site.js.
While I could get mkdocs to take the config from site.js (e.g, scrollX, e.g.) was available, it only worked upon hard reload, not upon navigating from page to page. The table was available but no styling was applied.
Tried messing about with site.js and various delays, but
Currently, the datatable behaviour in the test function parameter overview tables are customized directly in the jinja2 template (i.e., in the each site page separately). It would be cleaner to have this in
docs/javascripts/site.js
.While I could get mkdocs to take the config from
site.js
(e.g, scrollX, e.g.) was available, it only worked upon hard reload, not upon navigating from page to page. The table was available but no styling was applied.Tried messing about with
site.js
and various delays, butmkdocs.yml:
site.js (we should use a better selector)