dodotable icon indicating copy to clipboard operation
dodotable copied to clipboard

HTML table representation for SQLAlchemy

Results 4 dodotable issues
Sort by recently updated
recently updated
newest added

To set limit of a table, I can use a url parameter `IDENTIFIER.limit` with the code `Limit(..., identifier='IDENTIFIER')`. On the other hand, I can't use url parameter `IDENTIFIER.offset` to set...

enhancement

Write changelog, then block a PR not to merge that dosen't write changelog.

As there has been huge amount of changes recently, we could use some updated/appended documentation.

Now in dodotable `__query__` build `sqlalchemy.query.Query` instance only. however if `__query__` is implemented as a some abstract interface, dodotable can choice its way to populate datas from query. so dodotable...