morlandi / django-ajax-datatable

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

Can the pagination buttons be removed from the horizontal scroll bar table container? #104

Open michaeldacanay opened 1 year ago

michaeldacanay commented 1 year ago

When the ajax_datatable's columns cannot fit onto the screen, a horizontal scroll bar appears to scroll to the right-most table columns. However, the pagination buttons are in that container as well. Is there a way to move the pagination out of the table container, below?

cnagytcorp commented 1 year ago

usure how it looks like on your device, I have hide my scrollbar in the main CSS for other reasons with ::-webkit-scrollbar{ display: none !important; } so I don't see any disruption with wide tables.. Also my table is in <div class="container-fluid py-5">