Dev and production build got different results

Hi,

I started building a desktop app using the example provided in the docs. Additionally, I use Vue 3 + Syncfusion for Vue + Electron + TailwindCSS. However, I can get normal results in the dev build, but the grid look can be broken for the production build. I have tried to uninstall TailwindCSS but no luck. I was wondering if you could find any issue causing this?

Regards,

Arvin


Attachment: Kobe_e3a09d5.zip

1 Reply 1 reply marked as answer

SK Sujith Kumar Rajkumar Syncfusion Team December 9, 2021 10:27 AM UTC

Hi Arvin, 
 
Greetings from Syncfusion support. 
 
We checked the reported problem in the shared sample and would like to let you know that it was occurring because the Grid style files were not properly loaded from the style section. So please load the style files in the style section as demonstrated in the below code snippet to resolve the problem, 
 
<style> 
</style> 
 
We have modified the shared sample based on this for your reference. You can find it below, 
 
 
Please get back to us if you require any further assistance. 
 
Regards, 
Sujith R 


Marked as answer
Loader.
Up arrow icon