Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FixedCoumns function giving errors #187

Open
siddhant-mohan opened this issue Aug 5, 2015 · 1 comment
Open

FixedCoumns function giving errors #187

siddhant-mohan opened this issue Aug 5, 2015 · 1 comment

Comments

@siddhant-mohan
Copy link

new $.fn.dataTable.FixedColumns(table, {
leftColumns: 2
});

Above code gives error in fixedCoulmn function.
// In fixedCoulmn Function
var dtSettings = $.fn.dataTable.Api ?
new $.fn.dataTable.Api( dt ).settings()[0] :
dt.fnSettings();

Above codes return dtSettings undefined which in return gives error on further execution of the code.

@jh125486
Copy link
Contributor

Can you try initing the table in the new style like in this example?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants