I want to load millions of data from Django with search bars on each column to search all the database quickly on server-side. However, there is no datatable example for django with server-side and column search bar.
I tried django-datatable-view and I can load the dataset with server-side. But I could not implement the column searchbar on the whole dataset.
Take a look at Datatable's Server-side processing option, DataTables will perform an Ajax request for each datatable manipulation like paging, searching ...
however you will have to implement datatable in a native way