Puncoz Nepal

Results 9 comments of Puncoz Nepal

Here's my custom sass which i include at last in `app.scss` where tailwindcss' preflight and other stuff included ``` li { &:before { content: ''; background-repeat: no-repeat; background-size: 20px; width:...

Yes exactly, I have all of my assets (images and other) in my `resources/assets...` directory. And previously with sass only (and of course without `processCssUrls: false`, those files gets copy...

Yes, but in my case, I have the multi-theme implementation in my application. That means there will be a number of theme with different assets. And it will be messy...

@nbyloff @Daandeve this vue-datatable only supports server-side pagination and other filter queries. On page change, an event `loadData` fired with updated `queries`. page number, search params, and sorting params, everything...

hello @juandahveed, sorry for the delayed response. I was on holiday. I tried running your code snippet directly in the datatable and it seems it is working. Check: https://github.com/JoBinsJP/vue3-datatable/blob/test/src/components/Tables/Test.vue

you can pass a props `perPageOptions` which is an array of integer. eg: ``` perPageOptions = [5, 10, 15, 25, 50, 75, 100] ```

what kind of support do you want? could you please provide the actual conflict? it is css/styles related issue, or some functionality not working because of vue-datatable implementation?

Thanks for the reply. Yes, I can do that and I have mentioned above as well. The problem is, there will not just a span in the header, rather it...

Thank you @ycs77 for the suggestion. As per your suggestion, I did something similar to this and now I am stuck with another problem: ``` export default { name: "Page",...