Custom checkbox in grid
Custom checkbox in grid
Jonvil123
Posts: 34Questions: 0Answers: 0
Hi guys
Hope you are all fine.
Please help me again. im having difficulty getting the value of the custom checkbox. tried everything.
Data.prop(checked)===true
Or
(Id).is(checked)
Or
(Id).val
Im using label + input + span for the custom checkbox.
Thanks again for your help.
This discussion has been closed.
Replies
Can u also help me. I have created another buttons aside from copy excel csv pdf and print.
The other buttons is to go to another form. Sample form2. how to call the form.
2nd button is to trigger the button click to open a form.
Heres sample:
buttons: [
{ extend: 'copy' },
{ extend: 'excel' },
{ extend: 'csv' },
{ extend: 'pdf' },
{ extend: 'print' },
{ text: 'buttonopenform' ,
Please help},
{ text: 'buttontrigger clickedbutton' ,
Please help},
]
}
I have a button that opens a form.
Thanks again ☺
There is not enough code there to go on. Please create a test case showing the issue.
https://datatables.net/manual/tech-notes/10#How-to-provide-a-test-case
Kevin
Hi @kthorngren kevin
Heres a sample thanks again
http://live.datatables.net/#add-description
I don't see any checkboxes. Is that the correct link?
Kevin
You would use a custom button:
https://datatables.net/extensions/buttons/custom
Kevin