You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ Relate by UI - Relatable
2
2
--------------------
3
3
This package is part of the [Relate by UI Kit](http://neo4j-apps.github.io/relate-by-ui), an opiniated collection of components and styles based on Semantic UI.
4
4
5
-
This package provides an abstraction over the [react-table API](https://github.com/tannerlinsley/react-table/blob/master/docs/api.md) to facilitate creating performant data tables.
5
+
This package provides an abstraction over the [react-table API](https://react-table.js.org/api) to facilitate creating performant data tables.
6
6
7
7
---
8
8
@@ -20,7 +20,7 @@ This package provides an abstraction over the [react-table API](https://github.c
20
20
importReactfrom'react';
21
21
importRelatablefrom'@relate-by-ui/relatable';
22
22
23
-
// see https://github.com/tannerlinsley/react-table/blob/master/docs/api.md#usetable
// see https://github.com/tannerlinsley/react-table/blob/master/docs/api.md#usetable
176
+
// see https://react-table.js.org/api/usetable
177
177
const COLUMNS = []
178
178
const DATA = []
179
179
@@ -259,10 +259,10 @@ There are currently six add-ons available:
259
259
4.[Paginated](#paginated)
260
260
5.[Selectable](#selectable)
261
261
262
-
Please note that add-ons are ordinal, as defined by the [react-table API](https://github.com/tannerlinsley/react-table/blob/master/docs/api.md), and subject to the [Rules of Hooks](https://reactjs.org/docs/hooks-rules.html).
262
+
Please note that add-ons are ordinal, as defined by the [react-table API](https://react-table.js.org/api//blob/master/docs/api.md), and subject to the [Rules of Hooks](https://reactjs.org/docs/hooks-rules.html).
The react-table API allows you to specify custom [Cells](https://github.com/tannerlinsley/react-table/blob/master/docs/api.md#column-options), [Aggregates](https://github.com/tannerlinsley/react-table/blob/master/docs/api.md#column-options-3), and [Filters](https://github.com/tannerlinsley/react-table/blob/master/docs/api.md#column-options-2) for columns.
471
+
The react-table API allows you to specify custom [Cells](https://react-table.js.org/api/column-options), [Aggregates](https://react-table.js.org/api/column-options-3), and [Filters](https://react-table.js.org/api/column-options-2) for columns.
472
472
As a courtesy this library provides some standard components for this purpose.
473
473
You can create your own simply by copying the implementation.
0 commit comments