Jaydeep Sharma

Results 7 issues of Jaydeep Sharma

I have corrected grammatical mistakes in readme file.

This is the SQLite code `CREATE TABLE "Products" ( "id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT, "item" TEXT NOT NULL, "rate" REAL NOT NULL, "created_at" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP...

error - ./public/logo/amc.png TypeError: unsupported file type: undefined (file: undefined) This is my next.config.js I am using imagemin-optipng for optimization I am building a static site with nextjs ```const withOptimizedImages...

I have beautify your code and made it readable.

I am trying to implement addColumnFilters but it's not working. When I am logging the filter object, it is empty. I have followed the [documentation](https://svelte-headless-table.bryanmylee.com/docs/plugins/add-column-filters) for the same. # My...

I am using credential login with my next.js project with sanity I have copied the schema from the documentation my pages/api/sanity/signUp.ts code ``` import { signUpHandler } from 'next-auth-sanity'; import...

bug

My project is a vite react app, with tailwindcss below is the simple code of rendering table I don't know what it's not working ```` import Table from "react-tailwind-table"; import...