diff --git a/apps/showcase/doc/popover/datatabledoc.ts b/apps/showcase/doc/popover/datatabledoc.ts index a84925dd1c8..c2ee1f8a412 100644 --- a/apps/showcase/doc/popover/datatabledoc.ts +++ b/apps/showcase/doc/popover/datatabledoc.ts @@ -14,7 +14,7 @@ import { Popover } from 'primeng/popover';
- + Id Code @@ -24,7 +24,7 @@ import { Popover } from 'primeng/popover'; Details - + {{ product.id }} {{ product.code }} @@ -40,7 +40,7 @@ import { Popover } from 'primeng/popover'; - +
@@ -101,7 +101,7 @@ export class DataTableDoc implements OnInit { } code: Code = { basic: ` - + Id Code @@ -111,7 +111,7 @@ export class DataTableDoc implements OnInit { Details - + {{ product.id }} {{ product.code }} @@ -131,7 +131,7 @@ export class DataTableDoc implements OnInit { - +
@@ -186,7 +186,7 @@ export class DataTableDoc implements OnInit { html: `
- + Id Code @@ -196,7 +196,7 @@ export class DataTableDoc implements OnInit { Details - + {{ product.id }} {{ product.code }} @@ -216,7 +216,7 @@ export class DataTableDoc implements OnInit { - +