The custom TableWidget used in graph-VE is pretty hackish right now, and could use a refactor. Namely, it is complex enough to warrant being used through a TableWidgetModel, which could have an easier-to-use API to manage adding/deleting rows/columns, smarter config options, etc etc. Lots of cool ideas.
Description
Description
Details
Details
Related Changes in Gerrit:
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Table widget model | mediawiki/extensions/Graph | master | +1 K -306 |
Event Timeline
Comment Actions
Change 254348 had a related patch set uploaded (by Ferdbold):
[WIP] Table widget model