Howto remove/hide a toolbar button?
Howto remove/hide a toolbar button?
I am using following table.
http://code.google.com/p/jquery-datatables-editable/wiki/Overview
I want to hide "add buton" and "remove button".
I will add a new button and I also want to position it in toolbar.
How can I find examples of this?
Thank you.
http://code.google.com/p/jquery-datatables-editable/wiki/Overview
I want to hide "add buton" and "remove button".
I will add a new button and I also want to position it in toolbar.
How can I find examples of this?
Thank you.
This discussion has been closed.
Replies
To position a new button, you can either add it with jQuery (using the .append() function for example) or you can look into how DataTables sDom parameter works. In all honesty, I haven't tried adding a custom button but I believe it can be done in sDom.