How to set scrolling effect to visible rightmost part of the table by default?
How to set scrolling effect to visible rightmost part of the table by default?

https://datatables.net/examples/basic_init/scroll_xy.html
I want to make visible the E-mail column by default(table is on the link). This is possible by positioning the scrollbar to right. How can I do this?
This discussion has been closed.
Answers
@alhelal ,
By the sounds of things your solution isn't datatables based, just CSS or jQuery.
Check out this link!
Regards,
Dan@Quantum
Yep, you would use David's suggestion inside
initComplete
, as that point the table would've completed drawing.Colin