angular2-dataGrid icon indicating copy to clipboard operation
angular2-dataGrid copied to clipboard

Angular Data Table component for rendering 10k + rows

Results 7 angular2-dataGrid issues
Sort by recently updated
recently updated
newest added

existing style format below .vcolumn{ display: inline-block; padding: 5px; border-right: 1px solid black; } I created new style .vcolumnAlt{ display: inline-block; padding: 5px; border-right: 1px solid black; background: gary (added)...

in Internet explorer the deleting functionality from the field by clicking on the cross icon is not working. In chrome and safari it is working but in internet explorer this...

ERROR in ./~/angular2-multiselect-dropdown/src/app/angular2-multiselect-dropdown/multiselect.component.ts Module parse failed: ....\node_modules\angular2-multiselect-dropdown\src\app\angular2-multiselect-dropdown\multiselect.component.ts Unexpected token (9:44) You may need an appropriate loader to handle this file type. | import { ListFilterPipe } from './list-filter'; | |...

Hi, Your mentioned example is workig fine on my machine. But when I tried with async service data. Grid was not binding. Can you please send a example of that...

Hi, Any way to define width for each column as well as column resizing for better presentation ? Thanks.

enhancement