akveo / ng2-smart-table

Angular Smart Data Table component
https://akveo.github.io/ng2-smart-table/
MIT License
1.63k stars 878 forks source link

valuePrepareFunction not parsing JSON on EDIT #1330

Open thapliyalmanoj opened 2 years ago

thapliyalmanoj commented 2 years ago

valuePrepareFunction not parsing JSON on EDIT any solution

columns: {
      user: {
        title: 'Name',
        type: "html",
        valuePrepareFunction: (cell, row) => { return cell.name },
        filter: false,
        editable:false,
      }

Screenshot 2022-09-24 004606

Click on Edit Button

Screenshot 2022-09-24 004640