A simple tweak I would use is to find the elements id using DEV tools and
set the
element{
 overflow: auto
} using css

On Wed, Dec 8, 2021, 1:10 PM Eugene TUYIZERE <eugenetuyiz...@gmail.com>
wrote:

> 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
> <https://groups.google.com/d/msgid/django-users/CABxpZHvNNkny_N89-VBFP4nR57Yd%2Barfxvo74CdDCWzhz%3DqgTg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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/CAJ4Kmg4UjK5aTw8N9jZBeZfTvc%2BbJDY_fRHhjHN0FY%2BV9ffHSw%40mail.gmail.com.

Reply via email to