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

React Table get wrong style when sort repeatlly #161

Closed
civinx opened this issue Apr 1, 2019 · 2 comments
Closed

React Table get wrong style when sort repeatlly #161

civinx opened this issue Apr 1, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@civinx
Copy link

civinx commented Apr 1, 2019

DBCA6FD7CD3951B23E844BC48ADB8618
A7134A651D8BEAE43E12B41A09571D5E

79FAA66E5784A54579C4D93A65F4B561

It'a hard to reproduce by certain steps, but you can type some different search word and click sort button several times to see this unexpected behavior.

I think it is a bug.

@einazare
Copy link
Contributor

einazare commented Apr 1, 2019

Hello there @civinx ,

Thank you for your interest in working with our product and for noticing this issue.
First of all, let me ask you, why did you not use our ISSUES_TEMPLATE:

!!! IF YOU DO NOT USE THIS ISSUES TEAMPLATE, YOUR ISSUE IS LIABLE TO BEING IGNORED BY US


# Prerequisites

Please answer the following questions for yourself before submitting an issue.

- [ ] I am running the latest version
- [ ] I checked the documentation and found no answer
- [ ] I checked to make sure that this issue has not already been filed
- [ ] I'm reporting the issue to the correct repository (for multi-repository projects)

# Expected Behavior

Please describe the behavior you are expecting

# Current Behavior

What is the current behavior?

# Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

## Steps to Reproduce

Please provide detailed steps for reproducing the issue.

1. step 1
2. step 2
3. you get it...

## Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

* Device:
* Operating System:
* Browser and Version:

## Failure Logs

Please include any relevant log snippets or files here.

Anyhow, to solve this issue, in your scss add the following code:

.ReactTable .rt-resizer {
    display: none !important;
}

Best,
Manu

@einazare einazare added the bug Something isn't working label Apr 1, 2019
@civinx
Copy link
Author

civinx commented Apr 1, 2019

Thank you for your reply.

I will use the issue template next time :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants