@cilog2
1
Published Tools
0
Total Stars
Weekly Downloads
cilog2
```typescript export interface IOptionsGrille { editable?: boolean; filterable?: boolean; sortable?: boolean; selectable?: boolean; rowsDeletable?: boolean; centerHeaders?: boolean; } ```