Page 1 of 1

DataTable stickyHeader overlay bug

Posted: 23 Aug 2019, 12:24
by jsoft
Hi.
I've added stickyHeader to a dataTable and I discovered this bug:
Image
Thanks

Re: DataTable stickyHeader overlay bug

Posted: 23 Aug 2019, 18:05
by jsoft
Same overlay bug also with the topbar dropdown

Re: DataTable stickyHeader overlay bug

Posted: 03 Sep 2019, 12:48
by mert.sincan
Please try;

Code: Select all

<style type="text/css">
    body .layout-mobile-active .ui-datatable .ui-datatable-sticky {
        display: none !important;
    }
</style>