rowHandler
Name
Purpose
addRows (oidList,
table_id,
tableRows,
params)
Add rows to a table.
oidList is an array of oids to add as rows.
Tablerows is an array of all current rows to improve performance of the api
Params is extra params to add to the ajax request.
removeRowsFromParentTable
removeRows ( rows, table_id, visually_remove )
Remove rows from the table, rows is an array of oids.
Was this helpful?