-
Notifications
You must be signed in to change notification settings - Fork 775
Customized Toolbar & Filters #409
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
Comments
Thanks a million a lots, @Dreculah. About your question, I'll make the anyway, thanks your feedback, it's really useful and give me some idea in future :) |
Thanks, Allen. Yes, we need to add some of our own buttons and also organize the built in toolbar buttons in a different order. I was thinking that perhaps we could either separate the Toolbar from the Table definition and include it explicitly along with the components we want to include, like this (my favorite):
... or pass in the toolbar items as an array object like this:
|
@Dreculah, thanks your feedback, I've think about that, hope this solution could be work, but there's a lot of changing at internal. |
choice of putting paging and filters to the top or bottom would be nice and I think much easer to implement for time being |
I would love to have the option to simply set the location of search and sizePerPageList dropdown. So like Currently I have to do some seriously hacky stuff with CSS to put it up there D: |
hi @jflayhart, check #497, I have planned to make these component more customizable in the future. So just wait the day of |
+1 for customizable toolbar position |
Forgot to mention here, BTW, currently, we dont support the position change feature, Hope I can support it ASAP. |
Hello guyz, But I have modified them using custom filter where I can use a list of array. the demo code is given below:
CustomFilter.js
================================================================= |
Hi,
I really love using react-bootstrap-table...thank you for making such a great component, and even better documentation!
Our project needs to have a customized toolbar. Many of the features we need are already in your component, but some are not AND we need to put our own things in it. Also, we want to make row filters toggle-able and at the top of the grid vs at the bottom, etc.
Looking at BootstrapTable, it composes both toolbar and filters directly into the render().
How do you recommend we implement our custom toolbar/filters? I guess I can extend Toolbar, but that is going to be brittle since my code might break when react-bootstrap-table is updated. Maybe Toolbar could be made more custom-configurable? In lieu of any other direction, I can have a go at making a more customizable Toolbar class.
Please advise.
Thanks again!!!
The text was updated successfully, but these errors were encountered: