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

Implement Pagination #22

Closed
stevoland opened this issue Feb 3, 2014 · 5 comments
Closed

Implement Pagination #22

stevoland opened this issue Feb 3, 2014 · 5 comments

Comments

@stevoland
Copy link
Contributor

<Pagination from="1" to "5" step="1" onSelect={handler} first={true} last={true} activeIndex="2" />

<Pagination first={true} activeKey={1} onSelect={handler}>
    <a href="#" key={1}>1</a>
    <a href="#" key={2}>2</a>
    ....
</Pagination>
@mingfang
Copy link

+1

@brigand
Copy link

brigand commented Aug 5, 2014

+1

<Pagination activePage={1}
    items={93} perPage={10} 
    first={true} last={true} 
    onSelect={ (pageNumber) => {} } />

<Pagination activePage={0}
    pages={10} perPage={10} 
    first={true} last={true} 
    maxButtons={5}
    onSelect={ (pageNumber) => {} } />

@frostme
Copy link

frostme commented May 19, 2015

+1

@mtscout6
Copy link
Member

We take pull requests!

@roadmanfong
Copy link

I just created a pull request #786.

AustinEast pushed a commit to AustinEast/react-bootstrap that referenced this issue Feb 8, 2017
Set default top and left position
aryad14 pushed a commit to aryad14/react-bootstrap that referenced this issue Oct 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants