This commit is contained in:
IGNY8 VPS (Salman)
2025-12-17 12:54:12 +00:00
parent 8c1d933647
commit 1993d45f32
2 changed files with 27 additions and 30 deletions

View File

@@ -290,6 +290,19 @@ export const createContentPageConfig = (
);
},
},
{
key: 'word_count',
label: 'Words',
sortable: true,
sortField: 'word_count',
width: '100px',
align: 'right',
render: (value: number) => (
<span className="font-mono text-sm text-gray-700 dark:text-gray-300">
{value?.toLocaleString() || 0}
</span>
),
},
{
...createdColumn,
sortable: true,