vitalets / x-editable

In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
http://vitalets.github.io/x-editable
MIT License
6.51k stars 1.72k forks source link

Can't editable when data is json data in textarea data type #1166

Open grady-xing opened 3 years ago

grady-xing commented 3 years ago
  1. when I create bootstrap table with editable function and data-type is textarea
  2. my column data is json format data, and I JSON.stringfy the data and load the table, but the column can't show the data normally example: i. {"name":"apple", "status":{"red":"good", "yellow":"warning"}} ii. when load the data, only showing "{", data value is normally, seems only show the content of first quota iii. when click the edit, can't load the data-value