Baljeet Singh
Baljeet Singh
@PauloPeres **Can you share how you structured your API, I may ask the developer to make modifications accordingly?** I'm getting the following response on both `onErrorItem` & `onCompleteChunk`, ``` MissingRequiredHeaderAn...
> Hi, > > Unfortunately, I couldn't replicate it. The custom DataTable in the above sample link does not seem to work. Could you please update it? And then I'll...
> Hi, > > Ok, I think this issue is not related to local pt props. The custom DataTable is not rendering. Is this the main issue? We need to...
Hi @mertsincan Were you able to look into it?
Hi @mertsincan @tugcekucukoglu I have made some updates. Now, the `DataTable` is rendering. But, the column is not rendering. I also tried adding some dummy text in the `Column.vue` component....
But why? Please do include it again
Hi @harminder31011973 I don't think this is a font's problem. You can use any Gurmukhi font. What matters I think is how you add it in the frontend. Should be...
Hi @jofftiquez Are you actively working on the Vue 3 update?
Isn't it still same, my base css file is following ``` @tailwind base; @tailwind components; @tailwind utilities; /* Initial Values */ :root { font-family: 'Inter var', sans-serif; font-feature-settings: 'cv02', 'cv03',...
I think i need to do this primary: 'rgb(var(--primary))', 'primary-inverse': 'rgb(var(--primary-inverse))', 'primary-hover': 'rgb(var(--primary-hover))', 'primary-active-color': 'rgb(var(--primary-active-color))', 'primary-highlight': 'rgb(var(--primary)/var(--primary-highlight-opacity))', 'primary-highlight-inverse': 'rgb(var(--primary-highlight-inverse))', 'primary-highlight-hover': 'rgb(var(--primary)/var(--primary-highlight-hover-opacity))', I'll try and let you know. Thanks