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
If there are too many spaces with then it starts to count each char separately and show very little text. Other thing is it divides wrongs between summarytext and details.
For example: & start to show in summary text and nbsp; start to show in details text.
However, I made a way around for it in sliceOn callback and replace spaces to later. Not firstly in loaded text.
This way it is working. Something like
If there are too many spaces with then it starts to count each char separately and show very little text. Other thing is it divides wrongs between summarytext and details.
For example: & start to show in summary text and nbsp; start to show in details text.
However, I made a way around for it in sliceOn callback and replace spaces to later. Not firstly in loaded text.
This way it is working. Something like
onSlice: function(data) {
}
Here I am converting multiple spaces to so spaces could show correctly in HTML.
The text was updated successfully, but these errors were encountered: