Marcus Reinhardt

Results 84 comments of Marcus Reinhardt

The main problem is, that nextjs tries to bundle the odbc package. I tried it quickly and was able to get it running by updating the `next.config.mjs` to the following:...

@john093e - how would you do that? What would you expect ( Checkbox / Switch / Dropdown with Yes/No )? Any idea how it could be shown at the UI?

Awesome! Thanks for the detailed reply. For me it looks good - not sure what the current state of the advanced filter is. Maybe we could start with your approach...

No, but there is a tutorial which explains how to implement it: https://next-auth.js.org/tutorials/refresh-token-rotation

thanks @atleugim it works fine. I had to remove the `PopoverPrimitive.Portal` from the Popover component, too ( replaced it with `` - source: https://github.com/shadcn-ui/ui/issues/607#issuecomment-1610187963 )

Nice ideas! I think feature 1 is already possible via `enableMultiSort` ( https://tanstack.com/table/v8/docs/api/features/sorting#enablemultisort-1 ) To feature 2: Should this be client side or server side? (I mean the filtering) For...

For me, it looks like, that `class File extends Image` is the problem. In the "File" Class, we have the function `uploadValidationRules` which should overwrite the validation from the `Image`...

Hi, this is very easy to implement. For V.3 use this: http://sleeping-owl.github.io/v3/en/Displays.html --> Bulk Actions What you have to do is the following: - Add the `Column::checkbox()` to your display...

I don't know - but I didn't see any in the V2 documentation. Maybe @sleeping-owl can say something? Otherwise - upgrade to V.3 :)

Maybe you can add the `actions()` function to v2: https://github.com/sleeping-owl/admin/blob/development/src/SleepingOwl/Admin/Display/DisplayTable.php#L192 I didn't work with V.2, don't know where to implement it in V.2 - sorry :(