jadrake75 / ng-scrolling-table

MIT License
8 stars 2 forks source link

opening the column-menu is loading a new div each time #57

Closed jadrake75 closed 10 years ago

jadrake75 commented 10 years ago

When loading the column-menu it is inserting a new menu each time. It should be smarter.

My recommendation is add an attribute to the div thast includes the table ID (something like

...

And if that div exists, replace its content with the new menu details. else simply create one.