dodotable
dodotable copied to clipboard
There is no way to use an url parameter `IDENTIFIER.offset` to set offset of a table.
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.