Radio Buttons Table Example
Radio Buttons Table Example
BoSmith
Posts: 23Questions: 6Answers: 0
Hi Allan,
This is a basic question that I have not been able to fine a good example on how to implement. Basically all I am looking for is an example of using radio buttons in a table and getting their selections.
For example: col1 is student's name. col2 is 4 radio buttons with labels. And not using Editor, just tables.
Is there an example of something like this that you can point me to?
Thanks as always.
Bo
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
So basically you want to create radio buttons in the table? You could use a customer renderer for that.
Allan
Thanks Allan,
It looks like it will be difficult; I am still new to DataTables but I will give it a shot.
Thanks much!
Basically your renderer just needs to output the HTML for the radio buttons.