Mohd Ahmad

Results 6 issues of Mohd Ahmad

### I am trying to embed GitHub gist but can't find any option

I could not find how I can save that file to disk

- `windmill-react-ui` 0.5.0: ### Relevant code : ```javascript import React,from 'react'; import { Button } from '@windmill/react-ui'; const Store = () => { return ( Button This Is Store );...

I am using this package with Next.js and I have placed the `SmoothProvider` component in `_app.js` **_app.tsx Code** ```tsx import { ThemeProvider } from "next-themes"; import { SmoothProvider } from...

This pull request addresses issues related to sorting within a column that is created by a subquery example ```js // service.ts const builder = this.pomBoxRepository.createQueryBuilder("pb"); // subquery builder .addSelect((subQuery) =>...

This PR introduces row dragging capabilities to the Mantine Datatable component. This feature was developed to meet a requirement in our organization and can benefit the wider Mantine community by...

enhancement
help wanted
possible discussion