I have developed a PCF dataset with manifest containing "cds-data-set-options" as below. The search bar and comamnd bar are displayed as expected when i use this control for subgrid on a form.
When i use this for list component in dashboard which also displays a subgrid, the search bar and command bar are not displayed. Appreciate your help on how to display search bar\command bar in dashboard using pcf(for list)
<data-set name="dataSetGrid" display-name-key="Dataset_Display_Key" cds-data-set-options="displayCommandBar:true;displayViewSelector:true;displayQuickFind:true"></data-set>