dodotable icon indicating copy to clipboard operation
dodotable copied to clipboard

There is no way to use an url parameter `IDENTIFIER.offset` to set offset of a table.

Open AiOO opened this issue 8 years ago • 0 comments

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 the offset of a table.

The only way to set the offset of a table is the offset URL parameter. This limit can be produce confusion if there are more than one table on a page. It will be better if I can use IDENTIFIER.offset to set the offset of a table like limit.

AiOO avatar Sep 18 '17 06:09 AiOO