Dropdown / combo box after checkbox chechked in datatable
Dropdown / combo box after checkbox chechked in datatable
danny26
Posts: 2Questions: 0Answers: 0
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)
This discussion has been closed.
Replies
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
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?
Can you give me a link to the page showing the issue please? I don't really understand.
Allan