You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI @chuchengcao, maybe this is a bug, I'll check it out. And the source code is under the src folder in repository, your codes is the bundled file, not the source code. I'll fix this issue quickly :)
@chuchengcao, I've tried a lots of case, but I don't get this issue. Is some class setting cause this problem? In you code, for example className='maxw80 ma'. or if table render complete at first, the dropdown is work? I think it should be work.
Ah, I found where the problem is. My project does not import 'bootstrap/dist/js/bootstrap.js' which the dropdown button needs. Another lib 'react-bootstrap' worked correctly without bootstrap.js, so I miss the bootstrap.js. Sorry for cost your time....
I want to select 25 items per page, but the button not work
Test Code:
I read the source code, and find PaginationList.js:87 does not add onClick event, is it the problem?
The text was updated successfully, but these errors were encountered: