diff --git a/src/app/showcase/doc/blockui/importdoc.ts b/src/app/showcase/doc/blockui/importdoc.ts
index 574b618d5d7..c00b0b846d4 100644
--- a/src/app/showcase/doc/blockui/importdoc.ts
+++ b/src/app/showcase/doc/blockui/importdoc.ts
@@ -4,9 +4,7 @@ import { Code } from '../../domain/code';
@Component({
selector: 'import-doc',
template: ` Content of the badge is specified using the value property.
- Dynamic dialogs require an instance of a DialogService that is responsible for displaying a dialog with a component as its content. Calling open method of DialogService will display dynamic dialog. First parameter of open method is the type of component to load and the second parameter is
- the configuration of the Dialog such as header, width and more.
+ Dynamic dialogs require an instance of a DialogService that is responsible for displaying a dialog with a component as its content. Calling open method of DialogService will display dynamic dialog. First parameter
+ of open method is the type of component to load and the second parameter is the configuration of the Dialog such as header, width and more.
Columns can be resized with drag and drop when resizableColumns is enabled. Default resize mode is fit that does not change the overall table width.
To utilize the column resize modes with a scrollable TreeTable, a colgroup template must be defined. The default value of scrollHeight is "flex," it can also be set as a string value.