icerockdev / admin-toolkit

Toolkit to create admin panels - part of BOKO libs
Apache License 2.0
6 stars 3 forks source link

Ability to select multiple items in list and specify actions for them #5

Open muerwre opened 3 years ago

muerwre commented 3 years ago

Feature should simply has something like batchActions prop, and it should be list of React.FC's. If any specified, item list should display checkboxes with ability to select items and perform actions on them by displaying components.

YokiToki commented 3 years ago

@muerwre can u give an exmple for what did you mean? That issue about experemental feature?