Actually values coming from database are keys only and they are appending on cells in row. if value is coming ‘C’ from database then i want to show ‘Client’ on frontend, if value is ‘U’ then value must be ‘User’.
If i remove updatebounddata it’s not updating rowid and started showing from 1,2,3. Response from database is coming as expected but when appends data then it changes id to 0,1,2 etc.