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

Not supporting datatable 1.10.0 request #14

Closed
niravpatel2008 opened this issue Mar 19, 2016 · 1 comment
Closed

Not supporting datatable 1.10.0 request #14

niravpatel2008 opened this issue Mar 19, 2016 · 1 comment

Comments

@niravpatel2008
Copy link

This lib does't not support datatable 1.10.0 request. will this get support in future ?

@niravpatel2008
Copy link
Author

After adding below code at client side its working fine.

columns: [ 
            { data : "U_NAME",name : "U_NAME" },
            { data : "U_THEME",name : "U_THEME" },
            { data : "U_ROLE",name : "U_ROLE" },
            { data : "U_EMAIL",name : "U_EMAIL" },
            { data : "U_LAST_LOGIN",name : "U_LAST_LOGIN" },        
            { data : "U_REG_DATE",name : "U_REG_DATE" },        
            { data : "U_ID",name : "U_ID" }
        ],

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

1 participant