problems implementing Fixed Header with horizontal scroll
problems implementing Fixed Header with horizontal scroll
lastwish
Posts: 5Questions: 0Answers: 0
Hey,
2 things before i begin,
1. sorry for my french.
2. Excellent plugin , I'm in love with it.
Firstable, im using jQuery UI 1.10.3, latest jQuery, and dataTables 1.9.4
So the problem is that, im declaring DataTable in several places in my web but im keeping it good, i always destroy before I recreate.
I'm inserting my columns dynamically and so the data, every time I insert something I destroy the table.
im trying to use Fixed Header but with a potentially horizontal scroll in addition to the vertical one.
im getting error in _fnApplyToChildren function when 'i' exceeds the limit and want to pick an1[1] when length of an1.length is 1. ( it really start from 0..) . I was wondering how it happens at all.
any way, i would like to keep the discussion open until I finally manage to make this table work as I wanted it to be.
so far, this is my problem. no idea how it happens.
p.s
Ive seen history discussions about jQuery UI and this is why im using the latest one.
copied exactly what others tried in table options.
my options looks like :
[code]
"sScrollY": "300px",
"sScrollX": "100%",
"sScrollXInner": "150%",
"bPaginate": false,
"bSort" : false,
"bDestroy" : true
[/code]
Thanks alot.
2 things before i begin,
1. sorry for my french.
2. Excellent plugin , I'm in love with it.
Firstable, im using jQuery UI 1.10.3, latest jQuery, and dataTables 1.9.4
So the problem is that, im declaring DataTable in several places in my web but im keeping it good, i always destroy before I recreate.
I'm inserting my columns dynamically and so the data, every time I insert something I destroy the table.
im trying to use Fixed Header but with a potentially horizontal scroll in addition to the vertical one.
im getting error in _fnApplyToChildren function when 'i' exceeds the limit and want to pick an1[1] when length of an1.length is 1. ( it really start from 0..) . I was wondering how it happens at all.
any way, i would like to keep the discussion open until I finally manage to make this table work as I wanted it to be.
so far, this is my problem. no idea how it happens.
p.s
Ive seen history discussions about jQuery UI and this is why im using the latest one.
copied exactly what others tried in table options.
my options looks like :
[code]
"sScrollY": "300px",
"sScrollX": "100%",
"sScrollXInner": "150%",
"bPaginate": false,
"bSort" : false,
"bDestroy" : true
[/code]
Thanks alot.
This discussion has been closed.
Replies
next error : "FixedHeader 2 i not supported ...." , i saw a post from Novermber 2012 that its not implemented, is it now? is there a way to work around?
However, given that this has been requested a number of times, it is something I will look at adding as a feature in future (sometime after 1.10 has been released).
Allan
Thank you so much for replying, I actually saw people doing a work around and trying to control it.
any ideas of how doing so? like with specific options and so.
Allan