我想添加按钮单击数据透视列表的标题文本。我添加了headerButtonProps
,但它不起作用。
<PivotItem headerText={"abc"} className="def" headerButtonProps={{onClick: ()=>{ alert("abc123") } }} >
<HorizontalStack className="list">
</HorizontalStack>
</PivotItem>