react-bootstrap-table / react-bootstrap-table2

Next Generation of react-bootstrap-table
https://react-bootstrap-table.github.io/react-bootstrap-table2/
MIT License
1.26k stars 430 forks source link

sizePerPage dropdown go upward if exceeding height screen #519

Open hauhuynh1208 opened 6 years ago

hauhuynh1208 commented 6 years ago

Hi, I would like to customize sizePerPage dropdown menu to become go upward if the it exceed the height screen. How can I do that? image regards,

AllenFang commented 6 years ago

@hauhuynh1208 you can try to increase the height of container. Do let me know if you still can not fix this issue.

hauhuynh1208 commented 6 years ago

@AllenFang yah, I can increase the distance between the dropdown and the footer. But it won't be nice, I think. So I would like to change the dropdown menu direction. I am using reactstrap (bootstrap 4 for react), and they have the option to control the dropdown menu direction. Could we implement something like that? regards,

AllenFang commented 6 years ago

@hauhuynh1208 sure, let me figure the dropup in bootstrap 4. thanks

ahmarkhan commented 5 years ago

@AllenFang : Is it implemented ?

raj3292 commented 5 years ago

@hauhuynh1208 sure, let me figure the dropup in bootstrap 4. thanks

@hauhuynh1208 Any update on this?

justinjamesp1988 commented 4 years ago

Dropdown not keyboard accessible ?

raj3292 commented 4 years ago

It's accessible from the keyboard but, I want to open in top position instead of the bottom position. I think you need to add a position/align parameter to set drop-down positions to top/right/bottom/left and default to the bottom.

raj3292 commented 4 years ago

Its working right now, seems its resolved in latest updates. thanks.