| Page 1 of 1 | [ 4 posts ] |
|
Hi
I am looking for a scrollable table with the first collumn fixed and the a fixed header. Just like the fully table example here in this link, only diference is that the first collumn must be fixed : http://yuilibrary.com/yui/docs/datatabl ... croll.html Any hints ? Thankś in advance |
Juan Ignacio DopazoYUI Contributor
|
DataTable doesn't provide something like that out of the box. And since HTML tables are row based, fixing the position of cells can be tricky. Have you tried faking it using two tables?
|
|
What i need is this behaviour: http://fixedheadertable.com/ but the firts cell need to be locked.
Just like if the fully table have the ANSY cell locked |
|
Frozen columns is on the roadmap for version 3.8.0.
I won't be able to implement this any time soon, but if you or others in the community want to have a go at it, my plan for it will be similar to that used for vertically scrolling tables - create another <table aria-hidden="true"> that contains only the columns that are frozen. This table will overlay the full table using position: absolute. Cell heights may need to be adjusted if data cells in non-frozen columns include wrapping data (tall cells). Wish I had better news for you. |
| Page 1 of 1 | [ 4 posts ] |
| You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum |
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info
Powered by phpBB® Forum Software © phpBB Group