| # | toggleSort('user_id')}
>
{$i18n.t('User')}
{#if orderBy === 'user_id'}
{#if direction === 'asc'}
|
toggleSort('count')}
>
{$i18n.t('Messages')}
{#if orderBy === 'count'}
{#if direction === 'asc'}
|
toggleSort('percentage')}
>
{$i18n.t('Share')}
{#if orderBy === 'percentage'}
{#if direction === 'asc'}
|
|---|---|---|---|
| {idx + 1} | {user.user_id.substring(0, 8)}... | {user.count.toLocaleString()} | {((user.count / totalMessages) * 100).toFixed(1)}% |