Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: Dynamically Dragging and Dropping a Table Row in SAPUI5 (SAP HANA XS)

$
0
0

Hi Sreehari,

 

Sorry for the late response! I completely overcomplicated the solution and was able to get this done with this code:

 

$(document)
.ready(
function() {
setTimeout(
function() {
$(
jQuery.sap
.byId("tableID tbody"))
.sortable(
{
connectWith : ".ui-sortable"
})
.disableSelection();
}, 1000);
});

Viewing all articles
Browse latest Browse all 9165

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>