Scrollable table

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

Scrollable table

Post by MatteoAllix »

Hello,

I have a big table to show.
Can I put the horizontal scrollbar on the table?

Thanks,
Matteo


Webmaster
User
Posts: 9427

Post by Webmaster »

There is a scrollable table extension (and other additional extensions) but it is for registered users only, see:
http://www.hkvstore.com/aspnetmaker/doc/thirdparty.htm


MatteoAllix
User
Posts: 117

Post by MatteoAllix »

Hello,

Ok, thaks, it works.
I have only one question:
When I set the Height scroll to 100%, if i have some dropdown (incuding options for edit/delete/view), i can't see the value, because the table is ended and the values hide.
The same thing happen when i use the Inline-Add, when I have dropdown or the calendar selection for date insert.
Is there a graphical adjusting for this problem?

Thanks,
Matteo.


Webmaster
User
Posts: 9427

Post by Webmaster »

Add your own CSS (under HTML -> Styles tab) to set the min-height of the HTML element. Inspect HTML source in browser (press F12) to find the id or class of the element you want to set.


Post Reply