-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50559/
-----------------------------------------------------------
Review request for atlas, Gautam Borad, Madhan Neethiraj, Shwetha GS,
Selvamohan Neethiraj, and Suma Shivaprasad.
Bugs: ATLAS-1064
https://issues.apache.org/jira/browse/ATLAS-1064
Repository: atlas
Description
-------
Handle API base pagination for full text search result:
* Previous and Next buttons is shown on top of the table.
* Count of results shown, it includes page details, for example, 1-25, 26-50.
Diffs
-----
dashboardv2/public/js/templates/search/SearchResultLayoutView_tmpl.html
609ec23
dashboardv2/public/js/utils/TableLayout.js c83cf76
dashboardv2/public/js/views/search/SearchResultLayoutView.js f9f82f4
Diff: https://reviews.apache.org/r/50559/diff/
Testing
-------
** Verified following scenarios: **
* Previous and Next buttons is shown on top of the table, it fetches 25 records
in begining.
* As user clicks on next button it fetches next 25 records and count of results
shown page details, ex: 1-25.
* As user clicks on Previous button the previous records are shown.
Thanks,
Kalyani Kashikar