Buttons

Editor defines a number of button types for the the Buttons library which can be used to easily create buttons for the end user to control editing in a table. This is used by many of the examples on this site.

The Buttons that Editor defines are documented below. Please see the Buttons documentation for full details on how to use Buttons with Editor.

Library Name Summary
Editor

create

A button that will create a new row using Editor

Editor

createInline

A button that will insert a new row for inline row creation

Editor

edit

A button that will edit one or more existing rows using Editor

Editor

editSingle

A button that will edit an existing row using Editor

Editor

remove

A button that will delete one or more rows using Editor

Editor

removeSingle

A button that will delete a single row using Editor