react-base-table icon indicating copy to clipboard operation
react-base-table copied to clipboard

A react table component to display large datasets with high performance and flexibility

Results 98 react-base-table issues
Sort by recently updated
recently updated
newest added

columns total width is large than table width, fixed = false, flexGrow = 1, when set flexShrink=0, horizontal direction can not scrolling

Currently using react-base-table v1.12.0 Migrating from react-table to react-base-table usage across app, this is a new table and I am experiencing excessive rerenders across any scroll or mouseover events on...

Bumps [terser](https://github.com/terser/terser) from 4.2.1 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

Hey, I'm having an issue trying to use TAB to each access the header of the table before the the body. I believe this is caused by the way the...

![image](https://user-images.githubusercontent.com/51185533/177982836-11c2ec21-a3af-4bfb-a668-ff2b95e549d5.png) 如图所示 当form校验出现问题 内容展示不全。我也使用了estimatedRowHeight

assuming I have 100 columns data, the 100 columns will rendered at once. can we support this feature of lazy render in column level?

question

the example https://autodesk.github.io/react-base-table/examples/detail-view How to solve the display problem caused by using both frozen column and detail view

Hi @nihgwu @jamesonhill Is there any way to currently pass down an aria-label in the props to the table? In the current use case I have the table is being...

I tried to get header column title by getByText and also I saw the snapshot and none of my header column titles were in the snapshot. How can I access...

I would like to know how to set the default row height. When estimatedRowHeight is not specified, the rows have a decent row height. However, when estimatedRowHeight is set, It...