Guys, I wanted to do a multi-selection to choose items from the list and put the value of the dynamic input fields, is to do? I've tried to put in checkboxes and failed. As has also limit the number of lines to be selected?
Which part of the DataTables project are you currently using to do this? Is it Editor, or something else? If Editor, then you will probably want a field type plug-in for a list with a given size: http://editor.datatables.net/tutorials/field_types
actually, I'm putting the table in jquery dialog and I want each row in this table has a checkbox for q I can just select the line and put the values of each line in this q inputs are out of this dialog. it can be done? I've managed to assign the values of a row in an input, and I want to put all the lines that are selected in dynamic inputs, any ideas?
I'm not sure I quite understand - you want a click anywhere on the row to act as a select for the checkbox? Would a click event handler that does that not be all that is required?
Replies
Allan
Allan