Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 41f1d42

Browse files
dimodijivanova
authored andcommittedSep 14, 2022
Switch to a single table layout CSS rule per page
1 parent 790a50a commit 41f1d42

File tree

52 files changed

+1
-161
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1
-161
lines changed
 

‎_contentTemplates/common/parameters-table-styles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#table-layout
22
<style>
3-
article style + table {
3+
article table {
44
table-layout: auto;
55
word-break: normal;
66
}

‎common-features/data-binding/onread.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ The `ToDataSourceResult` extension method is able to extract the requested data
107107

108108
`ToDataSourceResult` returns a [`DataSourceResult` object](/blazor-ui/api/Telerik.DataSource.DataSourceResult). Its most important properties are:
109109

110-
@[template](/_contentTemplates/common/parameters-table-styles.md#table-layout)
111-
112110
| Property | Type | Description |
113111
| --- | --- | --- |
114112
| `Data` | `IEnumerable` | The chunk (page) of data items to render. All data operations are already applied (sorting, filtering, etc.) |

0 commit comments

Comments
 (0)
Please sign in to comment.