|
valuesToLoopFirstMethodJS
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 dataIndex, in context (this) of matched node. Acts as valuesToLoop(), but loops only first node from stack. Rest is removed from the DOM. Method DOES change selected nodes stack. Returned is first node. See alsoComments allowed |
Sign in to add a comment