I would like to add a button in a group that seems to be in attribute table pane.
But I can't make it visible...
This is my code
<updateModule refID="esri_editing_EditingModule">
<groups>
<updateGroup refID="esri_editing_tableSelectionGroup">
<insertButton refID="myCustomButton" />
</updateGroup>
</groups>
</updateModule>