Hi,
i am creating app in compose and designer give me UI with 4 tab and inside every tab in need to show list and it should be searchable with any of column,
So my problem is there are around 500 record on every tab so whenever user click on tab api should get called and fetch data from server and always show first 10 record at a time and then add navigation like move to next page it should next record if he click on last page then it should move to last 10 record
i Attached UI for reference
Btw i am creatiing UI for tablet
Thanks in advance for help