108 | {headerRenderer(column)}
109 | |
111 | )
112 | }}
113 |
---|
column.onClick!(e, row) : undefined} 128 | id={rowID !== undefined ? `${rowID}.${column.id}` : undefined} 129 | > 130 | {bodyRenderer(row, column.id)} 131 | | 132 | ) 133 | }} 134 |