You are on page 1of 1

QUERRY LEARNING

UPDATE QUERRY
ROW OBJECT - INSERT

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

SELECT QUERRY
ROW OFFSET - INSERT

{{(data_table.pageNo - 1) * data_table.pageSize}}

ROW LIMIT - INSERT

{{data_table.pageSize}}

INSERT QUERRY
ROW OBJECT - INSERT

{
"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}}"
}

Update button -->

{{SelectQuery.data.filter(item => item.Kelas == 'INTAN')}}

You might also like