Skip to main content

TableRowToggle

Used inside of a TableRow's TableCell. Provides onClick handlers and expand/collapsed UI.

See the Table example for more details.

Analytics

The TableRowToggle component is trackable through Kyber Analytics. This is the default analytics config.

export default {
value: 'RowToggle',
actions: {
onClick: { type: 'TABLEROWTOGGLE_CLICK', payload: 'Click' },
},
};

Props