traitsui.editors.tabular_editor module

A traits UI editor for editing tabular data (arrays, list of tuples, lists of objects, etc).

class traitsui.editors.tabular_editor.TabularEditor(*args, **traits)

Bases: traitsui.basic_editor_factory.BasicEditorFactory

Editor factory for tabular editors.

Previous topic

traitsui.editors.table_editor module

Next topic

traitsui.editors.text_editor module

This Page