|
valuesToLoopSeparateMethodJS
valuesToLoopWiki > Syntax > valuesTo > valuesToLoop Parameters
Associative array or Object. Callback triggered for every inserted row. Should support following parameters: Callback is triggered in context (this variable) of looped nodes.
Selector or direct node used as relative point for inserting new node(s) for each record. Defaults to last inserted node which has a parent. DescriptionMethod loops provided values on actually selected nodes. Each time new row is inserted, provided callback is triggered with dataRow and dataIndex in context (this) of matched node. Acts as valuesToLoop(), but affects each selected element separately. Method doesn't change selected nodes stack. See alsoComments allowed |
Sign in to add a comment