Hi Raj,
How are you binding the columns?
Basically, data.Rowsets.Rowset[0].Row gives json output only. You need to bound elements using names you get under object[]of the row.
Let's say a column in Rowset[0] is "name", then columns in ui.table should be binded as "{name}".
Hope this helps.
Regards,
Swaroop