nuclei272

Results 6 comments of nuclei272

I followed @n3mooo's suggestion. For me it went like this: TableHead: `[&:has([role=checkbox])]:inline-flex [&:has([role=checkbox])]:items-center` TableCell: `[&:has([role=checkbox])]:inline-flex [&:has([role=checkbox])]:items-center h-16`

I've come up with the following: ` trigger dialog from DropdownMenuItem x `

The workaround is to make the href undefined in specific scenarios... Here's my workaround: ` 1 ? currentPage - 1 : 1}`} aria-disabled={currentPage === 1} className={ currentPage === 1 ?...

Not working for me aswell. From what I've seen in `queries.ts`, it's not taking into account those changes with advanced filter.

I've been experimenting and now this is working for me, using tailwind classes on the header aswell as the cell if you think it could exceed the header's width. `{...

I had this problem too. It has to do with how the dates are compared in the query. Basically on `queries.ts`, when you create a **new Date object**, it includes...