Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Kuethe committed Sep 20, 2024
1 parent 25aefbe commit 6853e98
Showing 1 changed file with 24 additions and 16 deletions.
40 changes: 24 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,30 +11,38 @@

## Features

- Support for [Shiny core](https://shiny.posit.co/py/) and [Shiny Express](https://shiny.posit.co/blog/posts/shiny-express/)
- Pagination
- Filters
- Editor with undo and redo (History interaction)
- Grouping
- Sorting
- Column calculations
- Downloads
- Themes
- Reactivity
* Filtering
* Grouping
* Editing
* Input validation
* History with undo and redo actions
* Pagination
* Layout
* Column formatters
* Column calculations
* Multi column headers
* Packaged themes
* Spreadsheets supporting multiple sheets
* Download data
* Freeze data

To learn more about pytabulator, see the documentation at https://eodagmbh.github.io/py-tabulator/.

Bindings for R are available at https://github.com/eodaGmbH/rtabulator.

## Installation

You can install the released version of pytabulator from [PyPI](https://pypi.org/) with:

```bash
# Stable
pip install pytabulator

# Dev
pip install git+https://github.com/eodaGmbH/py-tabulator
```

## Docs
You can install the development version of pytabulator like so:

- https://eodagmbh.github.io/py-tabulator/
```bash
pip install git+https://github.com/eodaGmbH/py-tabulator
```

## Basic usage

Expand Down

0 comments on commit 6853e98

Please sign in to comment.