| # | toggleSort("name")}
>
{$i18n.t("Model")}
{#if orderBy === "name"}
{#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} |
|
{model.count.toLocaleString()} | {((model.count / totalMessages) * 100).toFixed(1)}% |