ontodev / sprocket

BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Add HTML output as default #9

Closed beckyjackson closed 3 years ago

beckyjackson commented 3 years ago

This is a WIP first pass at HTML tables. Right now, it supports limit and offset with pagination and selecting results per page.

There are still some features missing:

I want to think about the best UI for each of these. I don't know how difficult it would be, but maybe we could have a little filter icon next to each column header which sorts kind of like an Excel sheet, but we need to show if it's asc/desc. I'm the most unsure about the best UI for adding in the where clauses, since we're using a specific grammar for these.

beckyjackson commented 3 years ago

where statements are supported now, but they aren't maintained (as in, the form doesn't remember them).

beckyjackson commented 3 years ago

I think this fully covers #6 now.