Search
2506 results 851-860
Reference
button().popover()› Show popover box for a button, allowing extra user inputsome extra information from the user, this method isbutton().node()› Get the button node for the selected buttonto have access to the DOM node of abutton().index()› Get the index of a nodeThis method can be used to determine the index of a button, which can be useful when inserting new buttons into a list, particularly for a plug-in where you can't hardcode indexes.button().enable()› Enable / disable the selected buttonis done by adding the class disabled to thebutton().disable()› Disable the selected buttonis done by adding the class disabled to thebutton().collectionRebuild()› Rebuild a buttons collectionThis function is used to change, or update the contents of a collection button. This makes it possible to effortlessly add buttons to collections without having to redeclare the collection button.button().add()› Create a new button and add it to the documentThis method provides the ability to dynamically addbutton().active()› Get / set the active state of the selected buttonto visually show to the end user that thebutton().action()› Get / set the action function for the selected buttonbuttons().action()) this method provides the ability to get orDataTable.fileSave()› Save a file that has been created on the client-sideFileSaver, please refer to the FileSaver.js documentation.