You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sometimes the number of columns in a table needs to change based on context: the number of axes in a designspace, the number of points in a glyph, etc.
could we have a proper API for this? something like List2.updateColumnDescriptions()
thanks in avance for considering it!
The text was updated successfully, but these errors were encountered:
It shouldn't be too hard to do. The _buildColumns method called during __init__ just needs to be refactored so that it can do the description to NSTable conversion at any time.
The most tricky part is matching the data model with the new identifiers: it could be a dict with associated keys or a nsobject with associated methods
sometimes the number of columns in a table needs to change based on context: the number of axes in a designspace, the number of points in a glyph, etc.
could we have a proper API for this? something like
List2.updateColumnDescriptions()
thanks in avance for considering it!
The text was updated successfully, but these errors were encountered: