将按钮添加到 angularjs 中的 table 的 header
Add button to header of table in angularjs
如何向 table 的 header 添加按钮。我正在使用 ng-table-dynamic 但我不知道。
我尝试使用 headerTemplateURL 属性,但它不起作用。
我不想用位置来做这个把戏。
p/s:https://codepen。 io/trungducng/pen/RwbqJpb
只需使用 headerTemplateURL
并向其插入组件的 url:
"headerTemplateURL": "button.html"
如何向 table 的 header 添加按钮。我正在使用 ng-table-dynamic 但我不知道。
我尝试使用 headerTemplateURL 属性,但它不起作用。
我不想用位置来做这个把戏。
p/s:https://codepen。 io/trungducng/pen/RwbqJpb
只需使用 headerTemplateURL
并向其插入组件的 url:
"headerTemplateURL": "button.html"