Hasan Sezer Taşan

Results 159 comments of Hasan Sezer Taşan

> Hi, I'm using hx-swap-oob and afterSwap event successfully. There is a gotcha though, when afterSwap event is bind to element that is replaced during the swap. In that case...

A workaround: #240 It's great that you have mentioned that. I think we can follow that workaround and come up with a solution. I created this one to keep track...

> I previously described a workaround [here](https://github.com/jowilf/starlette-admin/discussions/240#discussioncomment-6534567). You can now use [hooks](https://jowilf.github.io/starlette-admin/tutorial/configurations/modelview/?h=hook#hooks) instead of overriding the `create` and `edit` methods as shown in the example. I took a look at...

One other thing I would like to add is Flask Appbuilder's approach: [Flask-AppBuilder/flask_appbuilder/templates/appbuilder at master · dpgaspar/Flask-AppBuilder](https://github.com/dpgaspar/Flask-AppBuilder/tree/master/flask_appbuilder/templates/appbuilder) So for this layout, we would have to update the file structure like...

Related: aminalaee/sqladmin#747 Solution: aminalaee/sqladmin#748

Hey @opaniagu, I'd like to see this PR to be merged but as far as I can see, the core is outdated. Do you plan to work on this?

I see, thank you for trying it out 🙏. It might give people some idea. I'm going to play with Beanie in the future. It might be useful.

> But, In case you are dealing with a single timezone, it is possible to customize the formatting value by overriding the [serialize_field_value](https://jowilf.github.io/starlette-admin/api/views/#starlette_admin.views.BaseModelView.serialize_field_value). I needed this and created my own...

Is there any work in progress on this issue @jowilf and does anyone have any solution?

> This also partially solves the problem described in https://github.com/jowilf/starlette-admin/pull/375. > This allows fields to be used for rendering, but not for validation. You're implementation looks quite interesting and it...