A Requirement

24 views
Skip to first unread message

S M Rajibul Huda

unread,
Apr 22, 2024, 2:38:24 PM4/22/24
to ZnetDK
Hi Pascal,
I'm exploring ZnetDK and found it to be very impressive! It would be great if you add Sticky Header option to Datatable (it is implemented in PUI but not in ZnetDK).

Regards
Rajibul

ZnetDK

unread,
Mar 27, 2025, 6:09:18 PMMar 27
to ZnetDK
Hello Rajibul,

You can make a datatable header sticky in CSS.
For example, if your datatable id is my-datatable:

#my-datatable thead {
   position: sticky;
   top: 0;
}

See you,
Pascal

Reply all
Reply to author
Forward
0 new messages