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.