Statistics Counters - The "tag" is rendered as text

Hi!

All my Statistics Counters are rendered as plain text instead of the e.g. summary data.

mygrid.attachFooter('text {#stat_count } text');

is rendered as

<div class="hdrcell">text {#stat_count } text</div>

Any ideas?

Regards,
Olle

Please, try to split your footer columns with the coma:
mygrid.attachFooter(‘text ,{#stat_count }, text’);

This is for one cell. Then I cant split with commas. Or …

/ Olle

Please, try to remove the space after the counter name:
mygrid.attachFooter(‘text {#stat_count} text’);

No effect.

The problem is that the tag “#stat_count” is not processed. It is written in text as described above.

/ Olle

Unfortunately the problem cannot be reproduced locally.
Could you please, share with a demo link or provide with a complete demo, where the problem can be reconstructed locally.
Here you can find a tutorial about creating a complete demo:
docs.dhtmlx.com/tutorials__auxil … pport.html