Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFirst row is overlap with columns name #76
Comments
|
Oh nooo, this is a browser bug that already bit me once in #41 .rt-thead.-header, .rt-tfoot {
flex-shrink: 0;
}or reverting back to 0.2.0. Thanks for reporting this. |
|
Yes, I revert back to 0.2.0. Thank you for this great package! |
|
This should now be fixed in the development version (feba305). I'll also try to get it on CRAN soon. Thanks again for reporting this. |
|
Thanks! |
Hello,
I updated recently from version 0.2.0 to 0.2.1 and I started to have an overlapping between the first row and the columns name when using the
defaultPageSize. Here is a reproducible example:Output:
sessionInfo()Thanks,
Rami