au-datatable icon indicating copy to clipboard operation
au-datatable copied to clipboard

Add documentation for the refresh function

Open dtaalbers opened this issue 6 years ago • 0 comments

private table: AuDatatableAttribute;

private refresh(): void {
      this.table.refresh();
}

<table au-datatable="on-init.bind: fetch; request.bind: request;" au-datatable.ref="table">
</table>

dtaalbers avatar Sep 26 '18 08:09 dtaalbers