institut-de-genomique / Ultimate-DataTable

This AngularJS directive generate a HTML table with build-in fonctionnality like save, edit, remove, pagination etc...
http://institut-de-genomique.github.io/Ultimate-DataTable/
45 stars 26 forks source link

Question asked via Stackoverflow #18

Closed ghost closed 7 years ago

ghost commented 8 years ago

This is not exactly an issue but can't find better way to contact you guys.

I asked on SO about something considering your lib so thought you might be interested.

http://stackoverflow.com/questions/34386781/angular-directive-manual-compile-in-link-function-transclude

galbini commented 8 years ago

The udt-form directive is used to include html form define by the developer inside this directive.

If you remove ng-transclude this feature is no more available.

what do you want try exactly ?

ghost commented 8 years ago

I'm in need of providing ability to load different templates per table instance. Plus another one requirement to provide "render" functionality as it is done for "content" cells also for header cells.

galbini commented 8 years ago

with angular, the templateUrl parameter of directive accept a function see https://docs.angularjs.org/guide/directive.

May be can help you to have a different templates per table instance.