@jimjamslam @mrworthington @observablehq this example doesn’t really do tabulator justice since it is loaded with features https://observablehq.com/@fil/hello-tabulator
You can even feed it an html table. I will try to work up some examples.
@jimjamslam @mrworthington @observablehq forked example, updated to 6.2.1, and demonstrated some features
@observablehq @timelyportfolio @jimjamslam FWIW, I found this repo, which is really interesting. It uses Inputs.table(), but prestyled html in the cell. Makes me think you could do some preprocessing in R and pass to Inputs.table for *some* custom HTML output that’s programmatic.
Repo: https://observablehq.com/@mauforonda/datos-geograficos-del-gobierno-boliviano
dependencias descarga de datos configuración por sistemas estado mapa estilo share urls Este índice de datos es actualizado cada día desde febrero de 2022. El código que lo produce es abierto. Si tienes una consulta, conoces fuentes que no estén acá o quieres hablar sobre datos abiertos, mi correo es [email protected]
Arquero is a library for query processing and transformation of array-backed data tables. Following the relational algebra and inspired by the design of dplyr, Arquero provides a fluent API for manipulating column-oriented data frames. Arquero supports a range of data transformation tasks, including filter, sample, aggregation, window, join, and reshaping operations. This notebook provides a hands-on introduction to the two core abstractions in Arquero: data tables and transformation verbs. By the end, you