Re: Allow scroll on jQuery fancy Table

2021-12-30 Thread Joel Tanko
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 wrote: > Dear Team, > > I am using jquery fancyTable in the django app but I searched everywhere > and I did not find how to allow t

Allow scroll on jQuery fancy Table

2021-12-08 Thread Eugene TUYIZERE
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: const itemsPerPage = 12; if (100 > items