## Use case <!-- Please describe what it is you would like to achieve. --> Currently you can select multiple rows with the checkboxes, which is great. However, sometimes you need to be able to select only one row at a time. ## Proposed solution <!-- If possible, please describe how you would want the feature to work, and/or any API changes you would like to see. --> rowSelection={'single'} // default being 'multiple'