As here we are using elastic UI, Nav Drawer. Please suggest an event like click on Collapse list item section in Left Navigation bar which keeps tracks of closing and opening state of left navigation!
The onIsLockedUpdate prop is not directly related to the "Collapse/Expand" button in EuiNavDrawer. It is instead directly tied to the "Lock/Unlock" button (with the lock icon).
So, 3 click actions will trigger the onIsLockedUpdate callback:
Clicking the "Lock" button
Clicking the "Unlock" button
Clicking the "Collapse" button when the nav list is open, because this also "unlocks" the list (same as #2)
There is not currently a prop to provide a callback function for when the "Collapse/Expand" button is clicked. We do take feature requests on Github for EUI (https://github.com/elastic/eui/issues) if this is something you'd like to see added.
I had downloaded fresh Kibana, if the navlist is in open state some portion of the main content is hidden behind the navlist, Is there any open bug for this behaviour or there is any future plan for such behaviour.
What i want to implement--I want to move that main content to right side when the navlist is in open state, and back to normal width if it is in closed state
Is there a way i can get this feature in my setup ?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.