FluentUI DetailsHeader not showing the “Select All” checkbox after integrating a tooltip
Issue: I’m working on a Fluent UI DetailsList to integrate a tooltip on the column headers when specified. I tried the approach given below, with renderColumnHeaderTooltip function rendering the tooltip and the rest of the column header. onRenderDetailsHeader = React.useCallback((props?: Fluent.IDetailsHeaderProps) => { if (!props) return <span /> const renderColumnHeaderTooltip = (tooltipHostProps: any) => { […]