-
Notifications
You must be signed in to change notification settings - Fork 1
Long urls breaks table responsiveness #7
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
Comments
Note: this introduces an issue when resizing columns where contents gets removed or replaced randomly. Maybe it's broken or there's something wrong with recent versions of dataTable :(
As explained in 1642c50 message
We need to find a fix for the data disappearing when using jeffreydwalter/ColReorderWithResize or find another solution. |
Oh nervermind, it works as expected. Problem happens when we actually click the header. It was due to column ordering which was totally confusing me. So maybe we should find a way to order columns only by clicking the ordering icon and not the whole header. I'm ok with that 🎉 |
I tried to add the following
.break-all
class:webextensions-history-browser/src/css/main.css
Lines 1 to 4 in a001096
on the anchor tag here:
webextensions-history-browser/src/js/history.js
Line 75 in a001096
but the column width gets too small:
We should try to resize columns, maybe use something like jeffreydwalter/ColReorderWithResize (see it in action)
The text was updated successfully, but these errors were encountered: