I just found ng-grid and would like to use it for a server-side filtered and ordered table, which shouldn't be a problem.
But I'd like to define the filtering in cells that are in the next row under the header row. Filtering cells could be:
- text search
- date range
- number range
- enum multi-select
- ...?
I've not found, how I could add an extra row under the header row. I could overwrite the header cell templates, but I'm fine with them. I'd rather "extend" them or have a plugin that would be responsible to render the row under the header row.
Is there a way to refer to the original template when defining headerCellTemplate? I just want to add something to the existing template.
Do you have more infos on plugins, their capabilities and how to write them?