For anyone else writing plugins, please feel free to add to this readme.
Automatically resize a table to accomodate a varying number of rows.
A semi-ugly hack to make tables shrink automatically so you dont have big ugly gray space to worry about .
plugins: [new ngGridFlexibleHeightPlugin()]
opts =
{ minHeight: <minimum height in px> }
Add CSV Export to your ng-grid tables by including it in your plugins array:
plugins: [new ngGridCsvExportPlugin()]
opts =
{ columnOverrides: < hash of column override functions > }
For arrays and objects you may want to override the default JSON.stringify
conversion into strings.