DataView and mail adresses

Hi all.
I just tried to list email adresses with dataview (fthumbs).
Problem is that dataview does not show the full item text.
Everything after a dot (and the first dot itself) are not displayed.

I added a screenshot.
The full email to display is “muench.online@gmail.com”.
As you can see the text is only displayed until the first dot.

I need to display the full email-adress.
Can you help?

Hello
Locally it works fine.
Please, provide us completed demo to test the issue.
docs.dhtmlx.com/auxiliary_docs__ … pport.html

dhtmlXDataView.prototype.types.fthumbs={ ... ... ... text:function(obj){ return obj.name.split(".")[0]; }}

Thats why.
Thanks anyway Darya.