|
jr_remove_subtable_row(string subtableViewName, mixed rowId, boolean ignoreMinRows) |
Scroll Prev Top Next More |
This function deletes one or more rows from a subtable view.
Parameter |
Type |
Description |
|---|---|---|
subtableViewName |
string |
Name of subtable view |
rowId |
int | array |
ID of the row or array, which contains the ID's of several rows, that are to be deleted |
ignoreMinRows |
boolean |
This parameter can be used to disable the check for the minimum number of rows. By default, the validation is enabled (false). |
This function does not return a value.
If the subtable view contains a callback function Before Remove, it will be called up each time before a line is removed.
If the subtable view contains a callback function After Remove, it will be called up each time after a line was removed.