question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Pagination dropdown button not working

See original GitHub issue

Hi,

I have tried to set up the pagination with the simplest config, but the drop down pagination button is not working - It doesn’t open the list of value.

<BootstrapTable data={ this.state.data } selectRow={ this.selectParams } options={options} pagination>      
  {this.props.columns.map((column, id) => {
    const isKey = id === 0;
      return(
        <TableHeaderColumn dataField={ column.toLowerCase() } isKey={ isKey } dataSort={ true } filter={ { "type": "TextFilter", "delay": 0 } }>{column}</TableHeaderColumn>
      )
  })}
</BootstrapTable>

I followed the example on the website but no luck so far. I have noticed that the open props that seems to handle the class of the parent (span element above the button) was not present in the most recent code. Anybody facing this problem ?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
foodakacommented, Feb 9, 2017

Ah nevermind including both dependencies does work

1reaction
HotlineDangercommented, Nov 28, 2016

@AllenFang just tried the beta version, that works. Way better without these extra dependencies. Thanks

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bootstrap Table pagination dropdown not working - Rails
The pagination works fine but the dropdown for choosing the page size does not open. It looks like a clickable dropdown menu but...
Read more >
[solved] Issue with pagination and dropdown | Velo by Wix
Hi all, I have an issue with my pagination when I am using my dropdowns. My dataset (Video) has 14 items. I have...
Read more >
pagination not working when I select the page from dropdown
this is my pagination layout, whenever I select the page from dropdown menu the pagination does not work but it works fine when...
Read more >
Dropdowns - Bootstrap
Button dropdowns work with buttons of all sizes, including default and split dropdown buttons. Large button. Action Another action Something else here.
Read more >
Pagination drop down not working react-bootstrap-table2 ...
[Solved]-Pagination drop down not working react-bootstrap-table2-Reactjs · Related Query · More Query from same tag · Contact Us · Quick Links · Services...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found