Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
grady-xing opened this issue Nov 3, 2020 · 0 comments
Open

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

grady-xing opened this issue Nov 3, 2020 · 0 comments

Comments

@grady-xing
Copy link

grady-xing commented Nov 3, 2020

  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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant