hjalmers / angular-generic-table

A generic table for Angular 2+. Generic table uses standard markup for tables ie. table, tr and td elements etc. and has support for expanding rows, global search, filters, sorting, pagination, export to CSV, column clicks, custom column rendering, custom export values.
https://hjalmers.github.io/angular-generic-table/
MIT License
105 stars 55 forks source link

Documentation for public members #214

Open mklein994 opened 6 years ago

mklein994 commented 6 years ago

Class properties, interface properties and method parameters should have documentation explaining what they're for. IDEs and editors such as Visual Studio Code can use these to provide hover documentation.

mklein994 commented 6 years ago

There's still some interfaces that don't have documentation; would you mind reopening this issue?

It was my bad making my PR close it in the first place…

hjalmers commented 6 years ago

No problem, I noticed there were some more undocumented features. I'll see what I can do about them in #213 as well to make it even easier.