rsuite-table
A React table component.
File Explorer
Download Latest Version (.zip)- ci.json
- bug_report.md
- feature_request.md
- codeql.yml
- gh-pages.yml
- nodejs-ci.yml
- nodejs-publish.yml
- size-limit.yml
- FUNDING.yml
- Frame.tsx
- index.ts
- NavToggle.tsx
- styles.less
- Header.tsx
- index.ts
- styles.less
- index.tsx
- Logo.tsx
- styles.less
- Brand.tsx
- Copyright.tsx
- mock.ts
- usersForColSpan.ts
- usersForRowSpan.ts
- AffixHorizontalScrollbar.md
- AffixTable.md
- AutoHeightTable.md
- BigTreeTable.md
- ColspanTable.md
- ColumnGroupTable.md
- CustomCellTable.md
- CustomColumns.md
- CustomColumnTable.md
- DraggableTable.md
- DynamicTable.md
- EditTable.md
- EmptyDataTable.md
- Expanded.md
- FillHeightTable.md
- FixedColumnTable.md
- FluidColumnTable.md
- fullText.md
- HideTableHeader.md
- InfiniteLoader.md
- LoadingTable.md
- ResizableColumnTable.md
- RowspanTable.md
- SortTable.md
- TreeTable.md
- UpdateData.md
- Virtualized.md
- WordWrapTable.md
- index.less
- App.tsx
- gh-pages.js
- index.html
- index.tsx
- index.js
- favicon.ico
- .gitignore
- .prettierignore
- .prettierrc
- gatsby-config.js
- LICENSE
- package.json
- README.md
- index.ts
- useAffix.ts
- useCellDescriptor.ts
- useClassNames.ts
- useControlled.ts
- useIntersectionObserver.ts
- useIsomorphicLayoutEffect.ts
- useMount.ts
- usePosition.ts
- useScrollListener.ts
- useTable.ts
- useTableData.ts
- useTableDimension.ts
- useTableRows.ts
- useUpdateEffect.ts
- useUpdateLayoutEffect.ts
- ArrowRight.tsx
- Sort.tsx
- SortDown.tsx
- column-group.less
- functions.less
- index.less
- loader.less
- scrollbar.less
- table.less
- themes.less
- treetable.less
- variables.less
- children.ts
- convertToFlex.ts
- defer.ts
- findAllParents.ts
- findRowKeys.ts
- flattenData.ts
- flushSync.ts
- getColumnProps.ts
- getTableColumns.ts
- getTotalByColumns.ts
- index.ts
- isNumberOrTrue.ts
- isRTL.ts
- isSupportTouchEvent.ts
- mergeCells.tsx
- mergeRefs.ts
- prefix.ts
- react-is.ts
- requestAnimationTimeout.ts
- resetLeftForCells.ts
- setCssPosition.ts
- shouldShowRowByExpanded.ts
- toggle.ts
- toggleClass.ts
- Cell.tsx
- CellGroup.tsx
- Column.tsx
- ColumnGroup.tsx
- ColumnResizeHandler.tsx
- constants.ts
- EmptyMessage.tsx
- HeaderCell.tsx
- index.ts
- Loader.tsx
- MouseArea.tsx
- Row.tsx
- Scrollbar.tsx
- Table.tsx
- TableProvider.tsx
- types.ts
- index.tsx
- testStandardProps.ts
- build.test.js
- CellGroupSpec.tsx
- CellSpec.tsx
- ColumnGroupSpec.tsx
- ColumnGroupTableSpec.tsx
- ColumnResizeHandlerSpec.tsx
- ColumnSpec.tsx
- ExpandableTableSpec.tsx
- findAllParentsSpec.ts
- flattenDataSpec.ts
- HeaderCellSpec.tsx
- RowSpec.tsx
- ScrollbarSpec.tsx
- SortTableSpec.tsx
- Table.test.tsx
- TableHeightSpec.tsx
- TableSpec.tsx
- TreeTableSpec.tsx
- useCellDescriptorSpec.tsx
- VirtualizedTableSpec.tsx
- .coveralls.yml
- .gitignore
- .npmignore
- .npmrc
- .prettierrc.js
- babel.config.js
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- commitlint.config.js
- eslint.config.mjs
- gulpfile.js
- karma.conf.js
- LICENSE
- package.json
- pnpm-lock.yaml
- postcss.config.js
- README.md
- tsconfig.json
- tsconfig.test.json
- webpack.build.config.js
- webpack.config.js
- webpack.karma.js
# Installation Guide
1. Get the code
git clone https://github.com/rsuite/rsuite-table
Downloads the entire project code from GitHub to your computer.
cd rsuite-table
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm i rsuite-table
Type this command into your terminal and run it.
yarn add rsuite-table
Type this command into your terminal and run it.
pnpm add rsuite-table
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
