-
Notifications
You must be signed in to change notification settings - Fork 14
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
this pluggin has issue #15
Comments
|
How to make alternate row color |
https://github.com/ravid7000/table-sortable/tree/master/dist I using the index.html file from this folder. |
Use these styles for stripped row .gs-table tbody tr:nth-of-type(odd) {
background-color: rgba(0,0,0,.05);
} |
Hi Ravi, Have you identified why this plug in not working in IE11 version? |
Documentation fixed for IE11. It should work now. |
Yes, its not working but stopped paging, only "prev" and "next" button in paging is working but when we click on page number like 1, 2, 3 it's not working in IE11 |
This plugin has following flows.
The text was updated successfully, but these errors were encountered: