How to open the datalist without + button on list grid

Confluence User - 04 Oct, 2022

On clicking the  + button only the new pop up window is appearing , how to trigger this on entering the value on previous field . 

datalists;list-grid

2


06 Oct, 2022
confluenceUser
confluenceUser

I am no programmer but know enough that you can add Javascript/jQuery code in Custom HTML to perform your desired action, using function change() and click(). Get a friend who's clever with JS to help you code the client side scripting in your form.

08 Nov, 2022
confluenceUser
confluenceUser

Got it .

Adding below will trigger this .

    $(".grid-action-add").trigger('click');

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print