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 *