Dropdown / combo box after checkbox chechked in datatable

Dropdown / combo box after checkbox chechked in datatable

danny26danny26 Posts: 2Questions: 0Answers: 0
edited April 2018 in Free community support

I want to display two dropdown menu every row while checkbox chekhed, i was read about child/ detaild row and sucsessfull display it but i don't understand parsing every dynamic dropdown multiple value . Thanks ( I use ajax , json and spring)

Replies

  • allanallan Posts: 61,451Questions: 1Answers: 10,055 Site admin

    I don't fully understand the question I'm afraid. It sounds like you need to use a little jQuery to show / hide the dropdowns based on the checkbox value. I don't see how the child row's fit into that.

    Allan

  • danny26danny26 Posts: 2Questions: 0Answers: 0

    yes that's true if checkbox cheked, show the dropdown menu, but i'm still confuse about the passing the value each dropdown (dynamic based on how many row is chehked) to the server side
    i only can validate until how many chechkbox true and give the id each row, i want to pass value the selected dropdwn value concat row id, i am use data-attribute, but only once value dropdown the result in the server (not multiple). Any idea?

  • allanallan Posts: 61,451Questions: 1Answers: 10,055 Site admin

    Can you give me a link to the page showing the issue please? I don't really understand.

    Allan

This discussion has been closed.