Skip to content

Commit 9af8a06

Browse files
authored
docs(AnalyticalTable): improve minRows description (#7863)
Related issue: #7862
1 parent 6f199c5 commit 9af8a06

File tree

1 file changed

+4
-1
lines changed
  • packages/main/src/components/AnalyticalTable/types

1 file changed

+4
-1
lines changed

packages/main/src/components/AnalyticalTable/types/index.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,10 @@ export interface AnalyticalTablePropTypes extends Omit<CommonProps, 'title'> {
691691
/**
692692
* The minimum number of rows that are displayed. If the data contains fewer entries than `minRows`, it will be filled with empty rows.
693693
*
694-
* __Note:__ To prevent the height of the table from jumping when e.g. filtering or fetching data, it's recommended setting `minRows` to the same value as `visibleRows`.
694+
* __Note:__
695+
* - To prevent the height of the table from jumping when e.g. filtering or fetching data, it's recommended setting `minRows` to the same value as `visibleRows`.
696+
* - Values less than 1 are __not__ supported!
697+
*
695698
*
696699
* @default 5
697700
*/

0 commit comments

Comments
 (0)