mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
* Use separate columns for Pivots and Expanders, more render options * Better expanding and aggregation control * Updated Renderer Keys and Stories (+ story cleanup) * Fixed Typo * Resizing Fixes, custom sorting, new api names * +Key constants, prop/callback changes, controllable filters and resizing, subRow + pivoting expansion * Remove console.log * Trying generalize expanders to work on any column * Fix up stories. * Better custom sorting * Finish fixing up stories with better source * Fix SubComponent Story * Updated Changelog * 6.0.0 * Use Correct PivotingOptions source * Handle edge cases in expandable hover states and event handlers * Add defaultExpanded prop * Rename sorting->sorted, onSortingChange->onSortedChange, defaultSorting->defaultSorted * filtering->filtered, onFilteringChange->onFilteredChange, defaultFiltering->defaultFiltered * Rename expandedRows->expanded, onExpandRow->onExpanded * Rename resizing->resized, defaultResizing->defaultResized, onResize->onResizedChange * Rename onExpanded->onExpandedChange * Cleanup Readme * Standardize global and column level resizable and sortable properties * Rename showFilters->filterable, hideFilter->filterable * Cleanup Changelog and lint errors * Remove unused prop * Remove unused prop from readme.
22 lines
599 B
HTML
22 lines
599 B
HTML
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<script>
|
|
if (window.parent !== window) {
|
|
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__;
|
|
}
|
|
</script>
|
|
<title>React Storybook</title>
|
|
|
|
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<div id="error-display"></div>
|
|
<script src="static/preview.b5270b38a18bc77dc351.bundle.js"></script>
|
|
</body>
|
|
</html>
|
|
|