DictionaryGrid has no columns dictionary if no data is set
Bug #678244 reported by
Rick Spencer
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Quickly Widgets |
New
|
Undecided
|
Unassigned |
Bug Description
If you build a grid like this:
keys = ["id","
grid = DictionaryGrid(
grid.columns is {}, but there should be columns, even if there is no data.
To post a comment you must log in.
That bug is invalid. You're setting editable to a list of keys. If you DictionaryGrid( None, keys=keys) will work.