{"id":32206671,"url":"https://github.com/eoda-dev/rtabulator","last_synced_at":"2026-03-11T15:34:34.697Z","repository":{"id":256899187,"uuid":"854409119","full_name":"eoda-dev/rtabulator","owner":"eoda-dev","description":"R Bindings for Tabulator JS","archived":false,"fork":false,"pushed_at":"2024-11-14T07:56:28.000Z","size":1675,"stargazers_count":11,"open_issues_count":22,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-12-13T05:58:13.510Z","etag":null,"topics":["bindings","htmlwidgets","rlang","shiny","spreadsheet","table","tabulator-js"],"latest_commit_sha":null,"homepage":"https://eoda-dev.github.io/rtabulator/","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eoda-dev.png","metadata":{"files":{"readme":"README.Rmd","changelog":"NEWS.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-09T05:52:39.000Z","updated_at":"2025-01-04T19:03:59.000Z","dependencies_parsed_at":"2024-09-17T18:49:08.357Z","dependency_job_id":"64d8ab70-e90c-4b08-bfd7-32ba7e9dafce","html_url":"https://github.com/eoda-dev/rtabulator","commit_stats":null,"previous_names":["eodagmbh/rtabulator","eoda-dev/rtabulator"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/eoda-dev/rtabulator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eoda-dev%2Frtabulator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eoda-dev%2Frtabulator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eoda-dev%2Frtabulator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eoda-dev%2Frtabulator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eoda-dev","download_url":"https://codeload.github.com/eoda-dev/rtabulator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eoda-dev%2Frtabulator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29596127,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T20:59:56.587Z","status":"ssl_error","status_checked_at":"2026-02-18T20:58:41.434Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bindings","htmlwidgets","rlang","shiny","spreadsheet","table","tabulator-js"],"created_at":"2025-10-22T05:33:59.031Z","updated_at":"2026-02-18T21:03:15.238Z","avatar_url":"https://github.com/eoda-dev.png","language":"R","readme":"---\noutput: github_document\n---\n\n\u003c!-- README.md is generated from README.Rmd. Please edit that file --\u003e\n\n```{r, include = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"man/figures/README-\",\n  out.width = \"100%\"\n)\n```\n\n# rtabulator\n\n\u003c!-- badges: start --\u003e\n[![R-CMD-check](https://github.com/eoda-dev/rtabulator/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/eoda-dev/rtabulator/actions/workflows/R-CMD-check.yaml)\n[![CRAN status](https://www.r-pkg.org/badges/version/rtabulator)](https://CRAN.R-project.org/package=rtabulator)\n[![Tabulator](https://img.shields.io/badge/Tabulator-v6.2.5-blue.svg)](https://github.com/olifolkerd/tabulator/releases/tag/6.2.5)\n[![Codecov test coverage](https://codecov.io/gh/eoda-dev/rtabulator/graph/badge.svg)](https://app.codecov.io/gh/eoda-dev/rtabulator)\n\u003c!-- badges: end --\u003e\n\nThe goal of rtabulator is to make it a breeze creating beautiful and interactive tables in markdown documents and Shiny application using [Tabulator JS](https://tabulator.info/).\n\n## Features\n\n* Filtering\n* Grouping\n* Editing\n* Input validation\n* History with undo and redo actions\n* Pagination\n* Layout\n* Column formatters\n* Column calculations\n* Multi column headers\n* Packaged themes\n* Spreadsheets supporting multiple sheets\n* Download data\n* Freeze data\n\nTo learn more about rtabulator, see the documentation at [https://eoda-dev.github.io/rtabulator/](https://eoda-dev.github.io/rtabulator/).\n\nBindings for Python are available at [https://github.com/eoda-dev/py-tabulator](https://github.com/eoda-dev/py-tabulator).\n\n## Installation\n\nYou can install the released version of rtabulator from [CRAN](https://CRAN.R-project.org) with:\n\n``` r\ninstall.packages(\"rtabulator\")\n```\n\nYou can install the development version of rtabulator like so:\n\n``` r\nremotes::install_github(\"eoda-dev/rtabulator\")\n```\n\n## Basic usage\n\n``` r\nlibrary(rtabulator)\n\ntabulator(mtcars)\n\n# Set theme\ntabulator(iris, theme = \"midnight\")\n\n# Format columns\ntabulator(airquality) |\u003e\n  set_formatter_progress(\n    column = \"Temp\",\n    legend = TRUE,\n    legend_align = \"left\"\n  )\n\n# Spreadsheet mode\ntabulator(data = list(), spreadsheet = TRUE)\n```\n\n## Shiny\n\n``` r\nshiny::runGitHub(\"eoda-dev/rtabulator\", subdir = \"examples/shiny/titanic\")\n```\n","funding_links":[],"categories":["UI Components"],"sub_categories":["Table"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feoda-dev%2Frtabulator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feoda-dev%2Frtabulator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feoda-dev%2Frtabulator/lists"}