cldellow / datasette-ui-extras

Add editing UI and other power-user features to Datasette.
Apache License 2.0
12 stars 1 forks source link

support column menu on mobile #40

Closed cldellow closed 1 year ago

cldellow commented 1 year ago

I think we could target the column name in the before pseudo class: https://stackoverflow.com/a/32993828

Then I think we'd generate a synthetic click event on the cog icon

Then have suitable styling so that the menu appears like a modal.

Crazy.