Specific table row selected on page load
Summary:
Hi I am facing an issue while selecting specific rows of the table on the page load
tried this cookbook example but the JS function not working not recognised.
selectSpecificRows() {
this.selectedRows(new keySet.KeySetImpl([1,3])); // row with dept no. 1 and 3
};
I am unable to find this attribute on the table component Properties pane of the Table component, assign [[$page.functions.getSelectedRows()]] to the selected.row attribute
Version (include the version you are using, if applicable):23.10..2
Tagged:
0