dodotable
dodotable copied to clipboard
HTML table representation for SQLAlchemy
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...
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...