Within my grid setup, there are 3 buttons placed in the pager section: 'Refresh', 'Constution', and 'Developed'. These buttons are separated by two vertical navSeparators. Upon grid load, the 'Developed' button is hidden initially, only becoming visible when a user clicks on a row. The objective is to also hide the separator adjacent to the 'Developed' button when it is hidden. Specifically, this should target the separator between the 'Constution' and 'Developed' buttons exclusively, without affecting the other separators. How can this customization be achieved?
To explore the code further, refer to the jsfiddle link provided HERE.
Below is the accompanying javascript code for reference:
// Your JavaScript code goes here