mirror of
https://github.com/simonw/datasette.git
synced 2026-09-24 19:04:08 +02:00
parent
b09976b924
commit
ee5b5728bc
3 changed files with 13 additions and 23 deletions
|
|
@ -7,7 +7,7 @@ Datasette facets can be used to add a faceted browse interface to any database t
|
|||
With facets, tables are displayed along with a summary showing the most common values in specified columns.
|
||||
These values can be selected to further filter the table.
|
||||
|
||||
Here's `an example <https://congress-legislators.datasettes.com/legislators/legislator_terms?_facet=type&_facet=party&_facet=state&_facet_size=10>`__:
|
||||
Here's `an example <https://datasette.io/legislators/legislator_terms?_facet=type&_facet=party&_facet=state&_facet_size=10>`__:
|
||||
|
||||
.. image:: https://raw.githubusercontent.com/simonw/datasette-screenshots/0.62/non-retina/faceting-details.png
|
||||
:alt: Screenshot showing facets against a table of congressional legislators. Suggested facets include state_rank and start and end dates, and the displayed facets are state, party and type. Each facet lists values along with a count of rows for each value.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue