I have a grid containing name and value columns. In value column I want content to have line spaces in between. I’m loading it from the grid store.It seems that “\n” and “\r\n” is not working in extjs.
Plz help me on this.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Escape sequence will not work. Moreover, why exactly do you need extra line space? If you think you need to forcefully add them, one way is to introduce
<br/>in your content. Here is an example.