Modify behaviour of "+"-button and other top-row buttons in ODK-X Tables

I’m writing an interface for ODK-X Tables and need to modify the the bottons on the top of the screen:
:heavy_plus_sign::gear:.

In particular, I want two changes:
First, the :heavy_plus_sign: button should call the respective survey to create a new entry (which it already does) but additonally adding an argument like

				null,
                'networksHouseholdList',
                'networksHouseholdList',
                null,
                {argument: value}

Second, the ☰ should be hidden to make sure enumerators dont accidentally end up in a view that they do not understand.

1 Like