stla

Results 306 comments of stla

You can easily create the mesh. See code below. Don't pay attention to the `Rcpp::NumericMatrix`. ```cpp Mesh3 SSSreconstruction_cpp( const Rcpp::NumericMatrix pts, const size_t scaleIterations, const unsigned nneighs, const unsigned nsamples,...

Sorry, I did something wrong once again. Actually yes, we get the same results! But I still would like to know what is `toManifest`.

Or use the **SearchBuilder** extension (only with `server=FALSE` in Shiny).

This works with the option `server = FALSE`: ` output$x1 = renderDT({datatable(x$df, selection = 'none', editable = TRUE, extensions = 'AutoFill', options = list(autoFill = TRUE))}, server=FALSE)` But the cells...

Here is the code which captures the cells edited by autofilling. But currently it works only with the option `horizontal = FALSE`. And that will not work currently because of...

See my answer on [stackoverflow](https://stackoverflow.com/a/58015708/1100107). I downgraded DT to 0.8 because of the above mentionned bug in 0.9.

On [my blog](https://laustep.github.io/stlahblog/posts/DTcallbacks.html#capturing-the-autofilled-cells) now.

@AhmedKhaled945 I don't remember sorry. Did you check the version given on my blog?

Hi, You can use this technique: https://stackoverflow.com/a/65897972/1100107

Do you see the cursor when you try the plugin?