Romain Clement
Romain Clement
@pax thanks for your suggestions! > dashboards with url path variables, to be used in dynamic pages[1]? > > so one could access: `/-/dashboards//` or `/-/dashboards///` which would populate the...
> I'm not familiar with Metabase – the filters look like some controls to use after the dashboard is rendered, like, say, switching a Leaflet layer / filter after the...
@pax Here are some ongoing work: - Dashboard filters are working in their basic form: [checkout the demo](https://datasette-dashboards-demo.vercel.app/-/dashboards/job-offers-stats?date_start=2021-04-20&date_end=now) - Dashboard filters are specified in `metadata.yml` / `metadata.json` - To specify...
@pax Some updates: starting with version 0.1.6, dashboard filters are now effective! Declaring filters in metadata (only types `text`, `date` and `number` are supported for now): ```yaml plugins: datasette-dashboards: my-dashboard:...
@20after4 Thank you for your interest in `datasette-dashboards` and your suggestion, this is a great idea! Let's discuss in-depth implementation details in dedicated issue #9
@dufferzafar No yet, but as you can see on the top comment, this is one of the components I initially envisioned to integrate! Ideally, a table component would reuse the...
@dufferzafar There is a new JS-based project in town from @simonw that could be the perfect candidate for a data table integration: https://github.com/simonw/datasette-table
Might not be an easy solution for this: - SQLite does not support passing a list as bound named parameter - No workaround is built into Datasette to overcome this...
An upstream issue has been opened in Datasette: https://github.com/simonw/datasette/issues/2035
A quick follow-up. In the following issue referring to adding a blog feature in `mkdocs-material`, @timvink mentioned `mknotebooks` being up for the task: https://github.com/squidfunk/mkdocs-material/issues/3353#issuecomment-998516787 As stated in this issue, `mknotebooks`...