How to deselect row using oj-table in oracle vbcs?
Summary:
Hi All,
Content (required):
I m facing table row deselection issue in my application. in the table, there is one record when i going to edit this record for first time i selected the row, once i updated and refreshed the table also but the row remains selected mode only.
how to deselect the row, please guide me how to achieve it???
Version (include the version you are using, if applicable):
22.10.4
Code Snippet (add any code snippets that support your topic, if applicable):
<oj-table scroll-policy="loadMoreOnScroll" class="oj-flex-item oj-sm-flex-initial oj-bg-neutral-0"
data="[[$variables.getlinedetailsSDP]]" selection-mode.column="single"
on-first-selected-row-changed="[[$listeners.tableFirstSelectedRow]]" display="grid"