Is your feature request related to a problem? Please describe.
Diango tables and filter could be used to sort intems in tables or filtering record of a particoular interest (like the data with errors in validation or the terms belonging to a particoular language). Could be useful also in selecting items
Describe the solution you'd like
Those two django modules should be adopted an integrated in views, like translation tables and submission edit view
Describe alternatives you've considered
We could manipulate page views using custom queryset managed bt get methods, however this is already implemented in django modules
Additional context
I have already implemented a fake project using this modules here
Is your feature request related to a problem? Please describe.
Diango tables and filter could be used to sort intems in tables or filtering record of a particoular interest (like the data with errors in validation or the terms belonging to a particoular language). Could be useful also in selecting items
Describe the solution you'd like
Those two django modules should be adopted an integrated in views, like translation tables and submission edit view
Describe alternatives you've considered
We could manipulate page views using custom queryset managed bt get methods, however this is already implemented in django modules
Additional context
I have already implemented a fake project using this modules here