It is not possible to set default values for the column menu filter. Applying a default filtering to the grid could not affect the column menu.
const initialFilter = { logic: "and", filters: [ { field: "name", operator: "contains", value: "bu", }, ], };