tannerlinsley
4537f28a8d
fix: fix header regeneration and colspan, better sorting
2019-08-22 14:46:33 -06:00
tannerlinsley
785b524d3c
fix: removed useFlexLayout, fixed dot notation for accessors
2019-08-20 12:55:50 -06:00
tannerlinsley
89dd6747be
docs: update kitchen-sink readme
2019-08-19 16:49:22 -06:00
tannerlinsley
f59efde6fe
fix: fix path getters, better plugin hook integration, renaming things
2019-08-19 16:38:42 -06:00
tannerlinsley
93524d0701
docs: add kitch sink example
2019-08-19 15:33:07 -06:00
tannerlinsley
40884e9a44
style: lock prettier version, fix sorting example
2019-08-16 07:20:52 -06:00
tannerlinsley
98466e6414
docs(docs): improve docs
2019-08-15 15:32:03 -06:00
tannerlinsley
d9a4b6bd85
refactor: improve renderer function ergonomics
...
The renderer function for headers, columns, cells, aggregates, filters, etc used to mix properties
from all of those contexts, including rows. Now thow contexts are located on their own reserved
properties, eg. `Cell: ({ cell: { value}, row, column, ...instance }) => value`
BREAKING CHANGE: The renderer function for headers, columns, cells, aggregates, filters, etc used
2019-08-15 14:16:52 -06:00
tannerlinsley
d50ec588bc
fix(use-pagination): fixed use pagination pageIndex bug
...
Use pagination will no longer synchronously reset the pageIndex to 0 on mount
2019-08-15 09:55:22 -06:00
Marian Lumba
dc629aedfa
updating code sandbox links ( #1437 )
2019-08-08 14:11:32 -06:00
tannerlinsley
a667b7cb13
fix(use-pagination): better controlled/manual use-pagination
2019-08-06 22:32:17 -06:00
tannerlinsley
8508a6567d
feat(multiple): useRowState, fix useRowSelect/useSortBy/usePagination
2019-08-06 19:57:48 -06:00
tannerlinsley
2b30c84abc
fix(utils/example): fixed ensurePluginOrder utility, perf/debug updates
2019-08-05 08:59:35 -06:00
tannerlinsley
f52d5af115
docs(examples): updated example directory names
2019-08-03 14:31:13 -06:00
tannerlinsley
037c32345f
feat(use-row-select): added useRowSelect plugin hook + related
2019-08-03 14:20:08 -06:00
tannerlinsley
512790bc1c
fix(multiple): sub-components example, minor refactors
...
Fixes #1423
2019-08-02 07:42:42 -06:00
tannerlinsley
f6ee2a3d99
fix(npm/examples): added src back to npm package, fixed grouping example
2019-07-31 12:27:06 -06:00
tannerlinsley
2c5610d885
test(usegroupby/useexpanded): improved tests for useGroupBy/useExpanded
2019-07-30 17:00:59 -06:00
tannerlinsley
12e7b3220d
test: snapshots for useFilters, useGroupBy, useSortBy
2019-07-30 15:57:11 -06:00
tannerlinsley
56f3dc9fe6
docs(example): removed page options from the pagination example state
2019-07-30 12:54:19 -06:00
tannerlinsley
5f58786e94
docs(examples): added pagination example
2019-07-30 12:51:14 -06:00
tannerlinsley
a7a95b2ce6
fix(usepagination): pageOptions calculate correctly, added pagination ex
2019-07-30 11:41:11 -06:00
tannerlinsley
116f5cdeba
docs(grouping example): better annotations and more data
2019-07-30 11:09:20 -06:00
tannerlinsley
0187fcfc2c
fix(example): fixed css issues in codesandbox (no css prop)
2019-07-30 10:33:06 -06:00
tannerlinsley
af739d91d0
fix(usegroupby): fix useGroupBy, add grouping example and fix some tests
2019-07-30 09:56:44 -06:00
tannerlinsley
11167e5635
Refactor useTable, sorting, and filtering to use new hook layer
2019-07-29 14:51:07 -06:00
tannerlinsley
cadd8bf62a
Rename examples and their directories
2019-07-26 16:03:54 -06:00
tannerlinsley
a0ca841287
Update App.js
2019-07-26 11:27:10 -06:00
tannerlinsley
54be978268
Update App.js
2019-07-26 10:30:20 -06:00
tannerlinsley
90922f8637
Upgrade filter types to support configurable autoRemoval
2019-07-26 10:19:38 -06:00
tannerlinsley
4f13f32023
Update rendering API and column/header model
2019-07-25 10:24:30 -06:00
tannerlinsley
5bb2e49764
Fix useTableState setState memoization
2019-07-25 07:04:52 -06:00
tannerlinsley
0716e234a1
Add sortBy example
2019-07-23 12:21:57 -06:00
tannerlinsley
2a20ad3ba4
Update App.js
2019-07-18 15:06:10 -06:00
tannerlinsley
c6d37e4834
Update basic example
2019-07-18 15:03:21 -06:00
tannerlinsley
455e0730bf
Bare bones basic example
2019-07-18 14:56:03 -06:00