more fixes ui
This commit is contained in:
@@ -160,6 +160,7 @@ export const createKeywordsPageConfig = (
|
||||
...volumeColumn,
|
||||
sortable: true,
|
||||
sortField: 'seed_keyword__volume', // Backend expects seed_keyword__volume
|
||||
align: 'center' as const,
|
||||
render: (value: number) => value.toLocaleString(),
|
||||
},
|
||||
{
|
||||
@@ -200,6 +201,7 @@ export const createKeywordsPageConfig = (
|
||||
...countryColumn,
|
||||
sortable: false, // Backend doesn't support sorting by country
|
||||
sortField: 'seed_keyword__country',
|
||||
align: 'center' as const,
|
||||
render: (value: string) => {
|
||||
const countryNames: Record<string, string> = {
|
||||
'US': 'United States',
|
||||
|
||||
Reference in New Issue
Block a user