Module edit

Module edit 

Source
Expand description

Extra widgets for inline editing in a table.

Extra keys while viewing are

  • Insert - Insert a row and start the editor widget.
  • Delete - Delete row.
  • Enter - Start editor widget.
  • Double-Click - Start editor widget.
  • Down - Append after the last row and start the editor widget.

Keys while editing are

  • Esc - Cancel editing.
  • Enter - Commit current edit and edit next/append a row.
  • Up/Down - Commit current edit.

Modules§

table
More general editing in a table.
vec
Specialized editing in a table. Keeps a Vec of the row-data.

Enums§

Mode
Editing mode.

Traits§

TableEditor
StatefulWidget alike trait.
TableEditorState
Trait for the editor widget state