From b44f8091a995e77bbff54b84dbde1d6976b7a2aa Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 29 Jun 2017 14:49:57 -0400 Subject: [PATCH] pfTableView: icons, links, truncated text --- .../tableview/examples/table-view-basic.js | 36 +++++++- .../examples/table-view-with-toolbar.js | 86 ++++++++++++++++++- src/table/tableview/table-view.component.js | 27 +++++- src/table/tableview/table-view.html | 7 +- test/table/tableview/table-view.spec.js | 18 +++- 5 files changed, 163 insertions(+), 11 deletions(-) diff --git a/src/table/tableview/examples/table-view-basic.js b/src/table/tableview/examples/table-view-basic.js index 57005ad5d..72dc13000 100644 --- a/src/table/tableview/examples/table-view-basic.js +++ b/src/table/tableview/examples/table-view-basic.js @@ -16,10 +16,20 @@ * * @param {object} dtOptions Optional angular-datatables DTOptionsBuilder configuration object. See {@link http://l-lin.github.io/angular-datatables/archives/#/api angular-datatables: DTOptionsBuilder} * @param {array} items Array of items to display in the table view. - * @param {array} columns Array of table column information to display in the table's header row + * @param {array} columns Array of table column information to display in the table's header row and optionaly render the cells of a column. * * @param {array} actionButtons List of action buttons in each row * + * * @param {object} dtOptions Optional angular-datatables DTOptionsBuilder configuration object. See {@link http://l-lin.github.io/angular-datatables/archives/#/api angular-datatables: DTOptionsBuilder} * @param {array} items Array of items to display in the table view. - * @param {array} columns Array of table column information to display in the table's header row + * @param {array} columns Array of table column information to display in the table's header row and optionaly render the cells of a column. * * @param {array} actionButtons List of action buttons in each row *