Move colNames
from DynamicTable
constructor to initialize
#129
Labels
category: enhancement
proposed enhancements or new features
priority: high
impacts proper operation or use of a feature important to most users
To ensure
DynamicTable
can be created consistent withRegisteredClass
interface, thecolNames
field should be removed from the constructor and instead be moved to theinitialize
function. See also related discussions in #85 here #85This is also in part related to #107, which discusses handling of
colNames
in a more dynamic settings where columns are being added incrementally.The text was updated successfully, but these errors were encountered: