#Can I overwrite the method ListModelMixin?

3 messages · Page 1 of 1 (latest)

old vine
#

You can override any function.

rugged timber
#

Thanks

granite wharf
#

Yes, I would consider overriding certain methods where you want your custom logic to go by creating a customlistmodelmixin class that inherits from ListModelMixinClass rather than overwriting it.