-
Notifications
You must be signed in to change notification settings - Fork 782
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
Click On column text donot trigger onRowSelect #999
Comments
this may related with #994, I'll fix it soon. |
Fixed on |
Problem still remains. I have these
Also can it be like, onRowSelect should be triggered only when clicked on the formatted text and not any where else in the cell? |
ok, are you sure that
I thought when you enable Anyway, I'll try to reproduce this issue. thanks 👍 |
make sure is that |
|
could you please show me this formatter |
Here is the formatter
and the css
and this
|
@skrajath, I already follow all your code again, but still can't reproduce this issue, any idea or a simple repo for me to test? |
@AllenFang Here is sample repo i created. https://github.com/skrajath/react-bootstrap-custom-tableheader |
Your example can not run correctly( BTW, I copy your code and test it again on my local but the functionality is still work well, the But you code is very strange:
Anyway, I've no time to debug your application to figure why so just give me a correct code and correct command and let me reproduce, this issue should be fixed, because other people have report me the bug is gone. Anyway, I want a clear, correct, executable and simple example or repo to reproduce this issue, I really have no time to waste on here |
@AllenFang Sorry for the confusion. Here is a new repo and the readme file has 3 simple steps to run the sample Let me know if you need any more information |
I understand the copy paste is working for you. What looks strange is, what is that I am missing in my app. |
https://github.com/skrajath/react-bootstraptable-customheader/blob/master/package.json#L7 this line let me fail again on It take global Please fix it. |
My global |
I have column with dataFormat returning
<span className="column-select">{this.props.field}</span>
and the css as below to make it look like clickable
When clicked on this text, onRowSelect is not getting triggered. Below is the row props
but the bgColor: 'pink', gets applied. Am i missing something here?
The text was updated successfully, but these errors were encountered: