Restore client-side search where needed.

This commit is contained in:
Maxime-J 2024-04-15 07:45:56 +00:00
parent 1579beef5b
commit fe9db71ba8
5 changed files with 15 additions and 1 deletions

View file

@ -42,6 +42,7 @@ export function CountriesTable({
metric={formatMessage(labels.visitors)}
renderLabel={renderLink}
onDataLoad={handleDataLoad}
searchFormattedValues={true}
/>
);
}