Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing pagination #62

Open
nssivanitesh opened this issue Feb 16, 2021 · 1 comment · May be fixed by #97
Open

Missing pagination #62

nssivanitesh opened this issue Feb 16, 2021 · 1 comment · May be fixed by #97

Comments

@nssivanitesh
Copy link

nssivanitesh commented Feb 16, 2021

Hey!

I think we don't have a Pagination bar available on the tail blocks.

Can someone add this to the codebase? Thanks!

<div class="border-2 border-gray-200 px-4 py-6 rounded-lg">
  <div class="flex flex-row">
    <a class="text-indigo-500 inline-flex items-center flex-grow">First</a>
    <a class="text-indigo-500 inline-flex items-center flex-grow">Previous</a>
    <a class="text-indigo-500 inline-flex items-center flex-grow">55</a>
    <a class="text-indigo-500 inline-flex items-center flex-grow">Next</a>
    <a class="text-indigo-500 inline-flex items-center">Last</a>
  </div>
</div>

//Sivakumar

@berkslv
Copy link

berkslv commented May 25, 2021

I added something like this, i hope this will helpful.

@mohitm15 mohitm15 linked a pull request Jul 21, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants