You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
showHeader | Boolean | true | Whether table head is shown.
429
429
sortable | Boolean | false | Whether table head is sortable.
430
430
title | React Node or Function(): React Node| | Table title render function.
@@ -449,7 +449,7 @@ dataIndex | String | | Display field of the data record.
449
449
dataKey | String | | dataKey is an alias for dataIndex.
450
450
width | String or Number | | Width of the specific proportion calculation according to the width of the columns.
451
451
fixed | Boolean | false | This column will be fixed at left side when table scroll horizontally.
452
-
render | Function(value, row) | | The render function of cell, has two params: the text of this cell, the record of this row, it's return a react node.
452
+
render | Function(value, record, rowIndex) | | The render function of cell, has two params: the text of this cell, the record of this row, it's return a react node.
0 commit comments