Pivot Table Field List Styling in 18.4

Hello

Something has gone astray with the styling in the Pivot Table field list.  Example attached.


Note also if you remove the field list property entirely from the razor then a js error is thrown when you hover over the pivot table header (where the field list icon would be).

Thank you

Attachment: SyncfusionTroubleshoot_e985e366.zip

1 Reply 1 reply marked as answer

SS Saranya Sivan Syncfusion Team December 21, 2020 02:08 PM UTC

Hi Ditchford, 
Kindly refer the theme file in _Host.cshtml as follows to avoid the reported alignment issues while using individual NuGet packages.

Code:
 
<head> 
    …. 
    …. 
    <link rel='nofollow' href=”_content/Syncfusion.Blazor.Themes/bootstrap4.css rel=”stylesheet /> 
</head> 
 
Also, kindly follow the below documentation for your reference, 
 
And, we have modified your provided sample which is available in below link, 
 

Regards,
Saranya Sivan.
 


Marked as answer
Loader.
Up arrow icon