Dear Team, I am using jquery fancyTable in the django app but I searched everywhere and I did not find how to allow the scroll bar when fancyTable is used in django. Does anyone know how to do that? This is the code I have and I what to allow scroll bar:
<script> const itemsPerPage = 12; if (100 > itemsPerPage) { $(".items").fancyTable({ sortColumn: 0, sortable: true, pagination: true, searchable: true, globalSearch: true, paginationClass: "btn btn-secondary btn-sm", paginationClassActive: "active", pagClosest: 3, perPage: itemsPerPage, }); } </script> * Eugene* -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CABxpZHvNNkny_N89-VBFP4nR57Yd%2Barfxvo74CdDCWzhz%3DqgTg%40mail.gmail.com.