Tim Shawver
Tim Shawver
Thanks for the report...seems worth fixing, especially the copying part.
Hi @javierorozco, it's not currently possible, but I've heard a similar request before: https://github.com/quantopian/qgrid/issues/28 so it seems like it might be worth adding. I'll have to look into it next...
Thanks for the feedback...yea this would be really cool (and sounds like a lot of people want it) but I haven't had time to figure out how to do it...
I was able to reproduce this, thanks for the report. Hopefully I can get to it soon but because the workaround is pretty straightforward (renaming the columns with duplicate names)...
I don't think this is possible without making some CSS changes, from what I'm reading here: https://github.com/mleibman/SlickGrid/issues/61 So unless you're up for hacking on some CSS in your local copy...
Hmm yea it's kind of a tough problem because it requires looking at the contents of every cell of the DataFrame to determine exactly how wide the column should be....
Yea good point, there's a PR open which adds column-specific options, so maybe I can add it as a column-specific option you can set when you construct the grid.
The ability to set the width on specific columns has been added in version 1.1.0. For example if you want to make all column 200px, except for column B which...
Interesting...haven't had time to look at this yet but I'm hoping to find some time to go through the backlog of qgrid issues in the next week or so.
Sorry I don't believe there is a way to do this currently. You'll have to remove the column from the DataFrame if you don't want it to appear in the...