Our blazing fast Grid component built with pure JavaScript


Post by fadora »

How can I move the bottom scroller to the top of the table?


Post by Animal »

You could try CSS?

.b-virtual-scrollers {
    order : -1;
}

But it looks awful IMHO


Post by fadora »

On FireFox nothing occure...


Post by Animal »

This is basic HTML and CSS behaviour. Nothing to do with Bryntum:

Screenshot 2024-02-21 at 11.06.17.png
Screenshot 2024-02-21 at 11.06.17.png (306.55 KiB) Viewed 135 times

Post by fadora »

Animal wrote: Wed Feb 21, 2024 12:07 pm

This is basic HTML and CSS behaviour. Nothing to do with Bryntum:

Screenshot 2024-02-21 at 11.06.17.png

Ok, I know... However on firefox this don't work. Thank's for your support.


Post by marcio »

Hey fadora,

What are you experiencing on Firefox?

I added the CSS rule that Animal suggested, and it worked just fine (you can check in the attached screenshot).

Attachments
Screenshot 2024-02-21 at 16.13.15.png
Screenshot 2024-02-21 at 16.13.15.png (211.96 KiB) Viewed 116 times

Best regards,
Márcio


Post Reply