morlandi / django-ajax-datatable

A Django app which provides the integration of a Django project with the jQuery Javascript library DataTables.net
MIT License
204 stars 64 forks source link

Suggestion for reverse relationship lookup #119

Open RattlingAmigo opened 10 months ago

RattlingAmigo commented 10 months ago

I would greatly appreciate it if you could incorporate support for reverse relationship lookup in Django. If this functionality is already available, kindly provide guidance on its utilization.

I have attempted to utilize the "_set" convention in name columns, but it has not yielded the desired results. Additionally, I experimented with creating a dummy column and populating data in the "customize_row" function. However, this approach posed challenges with global search and proved ineffective.

Thank you for your assistance.