daeyoonlee

Results 7 issues of 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** ![image](https://user-images.githubusercontent.com/68131229/166340675-add88e28-383a-4a10-90f7-8dfadcee4a94.png) **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...

enhancement

Dear Swechhya, Can we use the `onchange` event? I tried the following, but nothing happens when I change the table value. onchange

question

I wanted to share the method I use for downloading reactable to excel. Right-click on the table to bring up the context menu. ![image](https://user-images.githubusercontent.com/68131229/202460031-f1703bd2-87f9-4d0a-8074-85e6dbad9560.png) 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...