You can implement row selection with select option:
select
import { select } from '@activewidgets/options'; const options = [ select('rows') ];
← Overview Overview →