morlandi / django-ajax-datatable

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

Table Redraw JS Snippet #86

Open bitwiseoperations opened 2 years ago

bitwiseoperations commented 2 years ago

Hi,

I'm trying to use the Javascript snippet for redrawing my tables without losing the current page position (shown here https://pypi.org/project/django-ajax-datatable/#redraw-table-holding-the-current-paging-position) and am having some trouble with it.

These images show the error screen and the end of the traceback I get as a response.

image image

I greatly appreciate any help and if any more information is needed please let me know so I can provide it.