-
Notifications
You must be signed in to change notification settings - Fork 334
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
Pages, Filters, Order dont working server-side #80
Comments
Same probleme here, using CI3 and Ignited-Datatables 2.0 it doesnt seem to work |
the same issue here with CI 2.2.1 |
Try adding the post attribute to your JavaScript code in the view like this "ajax": { That worked for me |
awesome! |
Me does not work $("#tabela_ecommerce").dataTable({ |
for me, I added post attribute in my js. it just search/filter that doesnt work, everything else works fine.. it always give me error 500.. any idea? |
@baktistr I get this error to (error 500), I think this error is about sql script for where -> like it's doesn't specify the attribute in database... I don't know how I can fix it in datatable library CI |
Order, Filters, dont working with serve-side. How do?
The text was updated successfully, but these errors were encountered: