Prashant Nirgun

Results 21 issues of Prashant Nirgun

I am reading data using range code is as follows. Column E contain date in dd/mm/yyyy format, but even if I specified style for that column it still read it...

this is not a bug just a simple question I am using vite + nuxt3 + vuetify3 my object is to use it. I am new to nuxt-icon please bare...

If you refresh the page the token is get lost how do i resolved this ?

Its not a Issue Its a feature request. Thanks for creating the video(Vue + MySQL), most of the examples we found are Vue + MongoDB. I am successful in creating...

I created a user but not able to login then i change role of newly created user to admin still wont work Now what is user name and password to...

Anyone has implemented this for vitepress please guide

my json array response is as follows [{"route":"Transaction","service_status":"Active","balance":82,"validity":"2022-08-11T18:30:00.000Z"},{"route":"Promotional","service_status":"Active","balance":100,"validity":"2022-12-30T18:30:00.000Z"}] 01 How do I access 2nd row and balance attribute 02 Is there is any way I can determine do I have...

Hi I am using Nativescript + vue but not using Typescript I am using RadDataForm and want to display the ListBox. Can you convert the bellow code to Plain Javascript...

I was reading the article https://itnext.io/implementing-json-web-tokens-passport-js-in-a-javascript-application-with-react-b86b1f313436 Very good explain it step by step. I just want to now why req.logIn() is defined on line no 58 of api/routes/registerUser.js ? Its...

I have to maintain visible and invisible column list, any column can eighter be visible or invisible. array is as follows ``` const categoryColumns = [ { name: 'category_name', label:...