jadrake75 / ng-scrolling-table

MIT License
8 stars 2 forks source link

Provide the ability to remember column widths using local storage #65

Open jadrake75 opened 10 years ago

jadrake75 commented 10 years ago

At the very least, if you are navigating between routes, the column widths should be remembered in a service. LocalStorage would be nice on a per/computer basis.

This may only be workable for tables that declare an ID or ref-id since we'll need a constant "key" to cache on.

Xanir commented 9 years ago

Should this enhancement be expanded to cover other features such as:

jadrake75 commented 9 years ago

Yes seems reasonable. Note: 1.0 is not the "next" release so is not as important to work on yet - but yes.