-
Notifications
You must be signed in to change notification settings - Fork 62
Fix #145 to datatable v2.0.3 #147
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
base: master
Are you sure you want to change the base?
Conversation
how can I download your corrections? |
I generated a "compiled" version v1.3.0 with the Source |
Alex, I updated the js files + datatables 2.0.3 example columnDefs: [{ this used to show a column with checkbox in the 1st row, and in the datatables 2.0.3 + your correction v1.3.0, it's not |
I updated the source with a fix for this described problem. I kept the version but generated a new min code. |
Inspired by #147 by @alexsilva Co-authored-by: alexsilva <geniofuturo@gmail.com>
I was already using the lib in version 1.x of the datatable, but when migrating to version 2.x, I got the failure described in issue #145 I made the corrections based on version 2.0.3 of the datatable (the internal apis are private were copied to source).