You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I create bootstrap table with editable function and data-type is textarea
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: