Closed RFSH closed 3 years ago
enter
key to be pressed and then fetch the data. A tooltip can also be added to help the user in figuring it out.When an index is written 2 request would be needed to return a valid response. Eg: Current page size is 7, the index entered is 21.
Combine these 2 lists and return the response with 7 indexes center aligned around 21
26
, and the user edits it to 16
without pressing the enter
button. When the reset/back button is pressed the text box should change back to 26
.From the carousels that I have seen, slider is only possible when the carousel is free flowing and not paginated.
One way to implement a slider would be to have a slider to select the index
|--|--|--|--|--|--|--|--|--|
Each of the |
would mark an index and dragging the slider would jump to that particular index (having the same UI behavior as the Jump to Z Index
).
To implement this a list of indexes would be needed before hand so that they could be mapped. https://www.w3schools.com/howto/howto_js_rangeslider.asp
@rastogi-bhavya please update the issue with more information. You mainly should list whatever you think works and iterate over all the pros and cons. You don’t need to fully implement any of them. just come up with different ways to achieve these. It’s a lost easier to discuss this when one of us (in case you) have gone through all the iterations and thought about different pros and cons