Reordering in Table & ListView drag and drop target Index not fetched in drop event
Summary
Reordering in Table & ListView drag and drop target Index not fetched in drop eventContent
Hi Team,
Please guide us the right event or code snippet while transferring the code from Oracle Jet Cookbook to VBCS for Reordering the rows in a table & listviews using drag & drop.
As per the cookbook, we added the drag & drop data type values to 'application/ojtablerows+json' to enable the drag & drop feature on the table. Added the JS module function that is called from the table drop event. But, we could not get the target row index from DataTransfer property as mentioned in the cookbook (event.dataTransfer.getData('application/ojtablerows+json')) in Drop event.
0