row-selection
There are 11 repositories under row-selection topic.
NadavShaar/react-grid-table
A modular table, based on a CSS grid layout, optimized for customization.
humanspeak/svelte-headless-table
A powerful, headless table library for Svelte that provides complete control over table UI while handling complex data operations like sorting, filtering, pagination, grouping, and row expansion. Build custom, accessible data tables with zero styling opinions.
DevExpress-Examples/aspxgridview-delete-selected-rows
Delete selected rows in a Grid.
DevExpress-Examples/out-of-maintenance-winforms-grid-select-multiple-rows-with-mouse
Select multiple grid rows by dragging the mouse in RowSelect mode.
DevExpress-Examples/winforms-grid-multiselect-rows-with-checkbox-column
Use an unbound checkbox column to select grid rows.
DevExpress-Examples/winforms-grid-select-detail-rows-when-selecting-master-row
Select all detail rows when selecting a master row (Web style selection).
DevExpress-Examples/winforms-grid-select-rows-using-mouse-without-ctrl
Select multiple grid rows using mouse without CTRL.
DevExpress-Examples/winforms-grid-select-rows-with-mouse
Select multiple grid rows with the mouse.
DevExpress-Examples/wpf-grid-select-child-rows-in-groups-on-click
Creates a GroupChildSelector class that implements group row selection modes. Users can click or expand group rows to select child rows.
SyncfusionExamples/cell-and-checkbox-selection-with-vue-grid-rows
A quick-start project that helps you to perform different types of selection in Vue Grid and know about different modes of selection – Row, Cell and Both. This project contains code snippet about cell, checkbox and toggle selection, and the way to get row index of selected cells using row selection events.
SyncfusionExamples/how-to-perform-selection-in-react-treegrid
A quick-start project that helps you to perform selection in a TreeGrid with different types and modes. This project also contains codes to perform checkbox selection, toggle selection, and a few of its APIs.