I have a table which has a column of check boxes in the first
column. Then I have a button which applies an effect to the selected
rows in that table. The button should copy the selected row, to
another object.
What the Code Below Currently Does:
The code below applies the check boxes to the table, and places
the button on the page.
What is Missing from the Code Below?
The action of the button, which copies the selected records to
another table (object).
The Code:
//
------ Function to Add to Checkboxes ------
var
addCheckboxes = function(view) {
// add the checkbox to to the header to select/unselect all