Req More instead of Next Page
#1
Brick 
While looking into kodis python api I found that there is no way to easily extend existing and displayed list with content of next page.
What happens right now:
Code:
1
2
3
Next Page <- Right now it will open new page or update existing one
What will happen when Next Page is executed:
Code:
4
5
6
Next Page
I'm interested in adding capability to extend this list after executing Next Page(or More), so instead of opening a new page, current one is extended with more content
Before execution
Code:
1
2
3
Next Page/More
After:
Code:
1
2
3
4
5
6
Next Page/More

Some external apis only return a few results with one query, so adding that functionality will improve user experience in such cases as user will be able to look at more at once while limiting number of queries.

Thanks.
Reply
#2
I would love this functionality as well. Has anyone looked into this?
Reply
#3
+10000
Reply
#4
Sounds like a great idea!
Reply

Logout Mark Read Team Forum Stats Members Help
More instead of Next Page1