Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion misc/tutorial/317_custom_templates.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The grid allows you to override most of the templates, including cellTemplate, h
and others. You would typically do this to inject functionality like buttons or to get a very different look and
feel that you couldn't achieve through cell classes and other settings.

It is generally good practice to at least review the standard template in https://github.com/angular-ui/ui-grid/tree/master/src/templates/ui-grid
It is generally good practice to at least review the standard template in https://github.com/angular-ui/ui-grid/tree/master/packages/core/src/templates/ui-grid
to make sure there isn't functionality that you are overriding that you needed to keep. In many cases it is desirable to
use the standard template as a starting point, and add your customisations on top. Also remember that new features
or code changes may mean that you need to upgrade your custom template (if the standard template has been modified).
Expand Down