Closed AlexanderPico closed 8 years ago
Implementing option in CreateColumn function in Cytoscape core in order to allow this feature for ALL PEOPLE
Function not in API, and adding it proved complicated because there are layers of abstraction around the BrowserTableColumnModel.
Can you track this as a feature request in RedMine?
From: Adam Treister [mailto:notifications@github.com] Sent: Friday, August 19, 2016 4:17 PM To: cytoscape/idmap-impl Subject: Re: [cytoscape/idmap-impl] New column should show up next to From column (#8)
Function not in API, and adding it proved complicated because there are layers of abstraction around the BrowserTableColumnModel.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/cytoscape/idmap-impl/issues/8#issuecomment-241158143 , or mute the thread https://github.com/notifications/unsubscribe-auth/ADhl3kcrAP_XG6ddAoMxH9ZY11y2TO4Mks5qhjmIgaJpZM4JUnIm . https://github.com/notifications/beacon/ADhl3idmk3zJjwE1a2Z3tvXm2GpCV-gDks5qhjmIgaJpZM4JUnIm.gif
Currently, new columns are added to the end. This should probably be added to the Table API in general, i.e., the control for where a new column is added.