daeyoonlee
daeyoonlee
Thanks for the fantastic library. **Describe the bug** If numbers and letters are mixed in the range, Excel function MATCH does not work. **Screenshots or demo**  **Environment** luckysheet demo...
### System details Browser Version: Chrome 101.0.4951.54 Output of `sessionInfo()`: ``` R version 4.1.2 (2021-11-01) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 20.04.2 LTS Matrix products: default BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.9.0 LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.9.0...
Thanks for including virtual select in shinywidget. Can I use the onServerSearch option in shiny? Sending more than 150,000 lists through dropdown takes about 10 seconds, so I would like...
Thanks for the great package. Currently setting width in colDef seems to disable resizable. minwidth and maxwidth are also forced. Is this intentional? I want to width only as an...
Dear Swechhya, Can we use the `onchange` event? I tried the following, but nothing happens when I change the table value. onchange
I wanted to share the method I use for downloading reactable to excel. Right-click on the table to bring up the context menu.  shiny app ``` library(shiny) library(reactable) ui...
Thanks for the nice package! ^^ For rhandsontable without paging function, I used tabsetpanel before, but now I have a good alternative. I have one question... Less than 10 pages...