Click the button to sort the table by the next column
+ +Column ID: {columnId}
+{columnId === undefined ? 'No sorted column': ('Column name: "' + columns[columnId] + '"')}
+Click the button to delete the selected rows
+ +selection: {JSON.stringify(selection)}
{getSelectionCount(selection)} selected rows: {getFirstRows(selection).map(index => {index})}