How to freeze table header (v8)

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
Usman Khan
User
Posts: 7

How to freeze table header (v8)

Post by Usman Khan »

How can I freez table heading so that users can tell what the comlumns are when they scroll down?
(I'm using Asp.net maker 8)


motfs
User
Posts: 258

Post by motfs »

If you are a registered user, use the Scrollable Table extension. Otherwise, you need to implement it yourself, google "fix table header" to find solution.


Post Reply