enthought / traitsui

TraitsUI: Traits-capable windowing framework
http://docs.enthought.com/traitsui
Other
297 stars 95 forks source link

Need expanded documentation and tutorials for TabularEditor #822

Open timdiller opened 4 years ago

timdiller commented 4 years ago

TabularEditor is a very useful UI component that enables a wide range of capability in a TraitsUI application. The current documentation is limited, and parts of it are presented relative to TableEditor, which requires reading and understanding TableEditor. The TabularEditor document could be improved by the following:

corranwebster commented 4 years ago

While all this is valid, there is now substantial documentation on the tabular adapter class and how to use it here: https://docs.enthought.com/traitsui/traitsui_user_manual/adapters.html#the-tabularadapter-class

timdiller commented 4 years ago

@corranwebster thanks for pointing me to the more elaborate documentation. By long habit, I only looked at the documentation describing the TabluarEditor, which has a subsection for TabluarAdapter, and I wrongly assumed that was everything we had to say about it. May I suggest, as a small and easy improvement, that the subsection referred to above contain a link to the more-substantial and -useful documentation you pointed me to?