Skip to content

Commit 11eb2be

Browse files
committed
chore(table): remove native docs (#11705)
1 parent 32599ec commit 11eb2be

File tree

5 files changed

+0
-50
lines changed

5 files changed

+0
-50
lines changed

src/demo-app/table/table-demo.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export class TableDemo {
2323
'table-filtering',
2424
'table-footer-row',
2525
'table-http',
26-
'table-native-only',
2726
'table-overview',
2827
'table-pagination',
2928
'table-row-context',

src/lib/table/table.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -338,12 +338,3 @@ selectors. For example, `<table mat-table>` becomes `<mat-table>`; `<tr mat-row`
338338

339339
Note that this approach means you cannot include certain native-table features such colspan/rowspan
340340
or have columns that resize themselves based on their content.
341-
342-
### Applying material styles to native table
343-
344-
If you want to have a Material design styled `<table>` without using the `MatTable`, simply apply
345-
the appropriate classes to the table elements. This may be useful if you have an existing table
346-
or if you do not need the additional benefits and features of the `MatTable`.
347-
348-
<!--- example(table-native-only) -->
349-

src/material-examples/table-native-only/table-native-only-example.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/material-examples/table-native-only/table-native-only-example.html

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/material-examples/table-native-only/table-native-only-example.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)