1 2 3
use revue::widget::datagrid; #[test] fn test_datagrid_select() { let mut g = datagrid(); g.select(0, 0); }