An open API service indexing awesome lists of open source software.

https://github.com/enescang/react-pdf-table

Simple table generator for @react-pdf/renderer
https://github.com/enescang/react-pdf-table

pdf-table react-components react-pdf react-pdf-table reactjs

Last synced: 10 months ago
JSON representation

Simple table generator for @react-pdf/renderer

Awesome Lists containing this project

README

          

React PDF Table Generator
--
## 🏁 Getting Started
react-pdf-table is super simple table generator for **@react-pdf/renderer**

## ✔️ Install
```shell
npm install react-pdf-table --save
```

## 📒Usage
This package has only 2 main component for creating table. These are
TableRow and TableCell.

### Import
```js
import ReactPdfTable from "react-pdf-table";
```

### Create Simple Row
Any number of cells can be created in a row.
```js
...





...
```
Actually, that's all. Also react-pdf-table is supporting nested tables.

## Nested Table
```jsx





```

//Rest of document will be ready ASAP.
> Written with [StackEdit](https://stackedit.io/).