Is it possible on a list view to make the ‘on click action’ open the side bar? 

0
Hi, Is it possible on a list view to make the ‘on click action’ open the side bar?  Now my user has to select a line, then the toggle sidebar button, i would like to eliminate that extra click. 
asked
2 answers
1

Hi Stephan

You can create an own JavaScript action too with

https://github.com/mendix/widgets-resources/blob/ec71d4814b791b4c6ac89c3871e7019f47ba47d3/packages-common/nanoflow-commons/src/client/ToggleSidebar.ts#L14

Please note the feature is added somewhere in 8. I dont know the exact version. please double check

Cheers, Andries

answered
0

Stephan,

You may need to update your app to a newer version of Mendix, but Nanoflow commons has a Toggle Sidebar action.  Maybe that could meet your needs.

Mike

answered