onSearch in a datatable sends an object, not a string, but in index.d.ts for datatable, this is the declaration: onSearch?: (search: string) => void;