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

this pluggin has issue #15

Open
amitkumarjain2 opened this issue Dec 14, 2020 · 7 comments · Fixed by #17
Open

this pluggin has issue #15

amitkumarjain2 opened this issue Dec 14, 2020 · 7 comments · Fixed by #17

Comments

@amitkumarjain2
Copy link

This plugin has following flows.

  1. It's working in IE Edge not in IE
  2. Header format is still not working, column headers disappearing
  3. We cannot fix the width of each column, if there is more data whole table disturb when move to page no 1 to 2 or so on.
  4. Unable change alternate rows color
@ravid7000
Copy link
Owner

  1. Which version of IE you are testing?
  2. Which version of plugin you are using?
    3 and 4 can be fixed using css styling as of now.

@amitkumarjain2
Copy link
Author

  1. IE 11
  2. Latest version which is mention in this blog.

How to make alternate row color

@amitkumarjain2
Copy link
Author

https://github.com/ravid7000/table-sortable/tree/master/dist

I using the index.html file from this folder.

@ravid7000
Copy link
Owner

Use these styles for stripped row

.gs-table tbody tr:nth-of-type(odd) {
  background-color: rgba(0,0,0,.05);
}

@amitkumarjain2
Copy link
Author

Hi Ravi,

Have you identified why this plug in not working in IE11 version?

@ravid7000
Copy link
Owner

Documentation fixed for IE11. It should work now.
#17

@ravid7000 ravid7000 linked a pull request Dec 22, 2020 that will close this issue
@amitkumarjain2
Copy link
Author

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

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

Successfully merging a pull request may close this issue.

2 participants