eddyson-de / react-grid

Customizable data grid for React.js
MIT License
4 stars 0 forks source link

Pagination shows needles ellipses #157

Open sboekhoff opened 7 years ago

sboekhoff commented 7 years ago

The pagination contains ellipses even if no index is omitted.

Example: There is an ellipsis between 1 and 2 as well as between 8 and 9:

ellipses

To reproduce open https://jsfiddle.net/hrwdjtm0/ and select the index 5.

jochenberger commented 7 years ago

We use the Pagination component from https://github.com/react-bootstrap/react-bootstrap, so this is an upstream "bug". This may have to wait for https://github.com/react-bootstrap/react-bootstrap/issues/1758 though.

jochenberger commented 7 years ago

This could be related to https://github.com/react-bootstrap/react-bootstrap/pull/2189.

jochenberger commented 7 years ago

See https://github.com/react-bootstrap/react-bootstrap/issues/2431