You are on page 1of 1

1.

SelectQuerry

Row Offset
{{(table.pageNo - 1)*table.pageSize}}

Row Limit
{{table.pageSize}}

2. DeleteQuerry
{{table.triggeredRow.rowIndex}}

3. InsertQuerry
{
"BC": "{{insert_col_input1.text}}",
"TotalMarks": "{{insert_col_input2.text}}",
"PS": "{{insert_col_input3.text}}",
"M3": "{{insert_col_input4.text}}",
"BI": "{{insert_col_input5.text}}"
}

4. UpdateQuerry
{
"rowIndex": {{table.selectedRow.rowIndex}},
"BC": "{{colInput1.text}}",
"TotalMarks": "{{colInput2.text}}",
"PS": "{{colInput3.text}}",
"M3": "{{colInput4.text}}"
}

Create Form

Prop : VisibleJS
{{data_table.selectedRowIndex >= 0}}

***
Input - Default Text
{{table.selectedRow.BC}}

You might also like