Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,18 @@ position: 0
---

<style>
table {
display: grid;
grid-template-columns: min-content min-content min-content 1fr;
}
table {
display: grid;
grid-template-columns: min-content min-content min-content 1fr;
}

thead, tbody, tr {
display: contents;
}
thead, tbody, tr {
display: contents;
}

th {
white-space: nowrap;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using nowrap should fix:
image

}
</style>

# AiThread Overview
Expand All @@ -40,8 +44,8 @@ An AI thread that can be used to start a conversation with an AI assistant.

| Field | Type | Required | Description |
| ------ | ------ | ------ | ------ |
|`threadId`|String|true|The unique identifier of the AI thread.|
|`predefinedPrompts`|Array|true|A list of predefined prompt strings that can be used to interact with the AI assistant.|
|`requireConsent`|Boolean|true|Indicates whether user consent is required before using the AI functionality.|
|`consentMessage`|String|true|The message shown to the user to obtain consent for processing data. May include links to privacy policies.|
|`allowCustomPrompts`|Boolean|true|Specifies if users are allowed to enter their own custom prompts in addition to the predefined ones.|
|`threadId`|`String`|`true`|The unique identifier of the AI thread.|
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using monospace should fix:
image

|`predefinedPrompts`|`Array`|`true`|A list of predefined prompt strings that can be used to interact with the AI assistant.|
|`requireConsent`|`Boolean`|`true`|Indicates whether user consent is required before using the AI functionality.|
|`consentMessage`|`String`|`true`|The message shown to the user to obtain consent for processing data. May include links to privacy policies.|
|`allowCustomPrompts`|`Boolean`|`true`|Specifies if users are allowed to enter their own custom prompts in addition to the predefined ones.|
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@ previous_url: /telerik-reporting-rest-json-entities-bookmarknode,/embedding-repo
---

<style>
table {
display: grid;
grid-template-columns: min-content min-content min-content 1fr;
}
table {
display: grid;
grid-template-columns: min-content min-content min-content 1fr;
}

thead, tbody, tr {
display: contents;
}
thead, tbody, tr {
display: contents;
}

th {
white-space: nowrap;
}
</style>

# BookmarkNode Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@ previous_url: /telerik-reporting-rest-json-entities-documentinfo,/embedding-repo
---

<style>
table {
display: grid;
grid-template-columns: min-content min-content min-content 1fr;
}
table {
display: grid;
grid-template-columns: min-content min-content min-content 1fr;
}

thead, tbody, tr {
display: contents;
}
thead, tbody, tr {
display: contents;
}

th {
white-space: nowrap;
}
</style>

# DocumentInfo Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@ previous_url: /telerik-reporting-rest-json-entities-formatinfo,/embedding-report
---

<style>
table {
display: grid;
grid-template-columns: min-content min-content min-content 1fr;
}
table {
display: grid;
grid-template-columns: min-content min-content min-content 1fr;
}

thead, tbody, tr {
display: contents;
}
thead, tbody, tr {
display: contents;
}

th {
white-space: nowrap;
}
</style>

# FormatInfo Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@ previous_url: /telerik-reporting-rest-json-entities-formatkey,/embedding-reports
---

<style>
table {
display: grid;
grid-template-columns: min-content min-content min-content 1fr;
}

thead, tbody, tr {
display: contents;
}
table {
display: grid;
grid-template-columns: min-content min-content min-content 1fr;
}

thead, tbody, tr {
display: contents;
}

th {
white-space: nowrap;
}
</style>

# FormatKey Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@ previous_url: /telerik-reporting-rest-json-entities-mailmessage,/embedding-repor
---

<style>
table {
display: grid;
grid-template-columns: min-content min-content min-content 1fr;
}
table {
display: grid;
grid-template-columns: min-content min-content min-content 1fr;
}

thead, tbody, tr {
display: contents;
}
thead, tbody, tr {
display: contents;
}

th {
white-space: nowrap;
}
</style>

# MailMessage Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@ previous_url: /telerik-reporting-rest-json-entities-pageinfo,/embedding-reports/
---

<style>
table {
display: grid;
grid-template-columns: min-content min-content min-content 1fr;
}

thead, tbody, tr {
display: contents;
}
table {
display: grid;
grid-template-columns: min-content min-content min-content 1fr;
}

thead, tbody, tr {
display: contents;
}

th {
white-space: nowrap;
}
</style>

# PageInfo Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@ previous_url: /telerik-reporting-rest-json-entities-parameter,/embedding-reports
---

<style>
table {
display: grid;
grid-template-columns: min-content 1fr min-content 3fr;
}
table {
display: grid;
grid-template-columns: min-content 1fr min-content 3fr;
}

thead, tbody, tr {
display: contents;
}
thead, tbody, tr {
display: contents;
}

th {
white-space: nowrap;
}
</style>

# Parameter Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@ previous_url: /telerik-reporting-rest-json-entities-parametervalue,/embedding-re
---

<style>
table {
display: grid;
grid-template-columns: min-content 1fr min-content 2fr;
}
table {
display: grid;
grid-template-columns: min-content 1fr min-content 2fr;
}

thead, tbody, tr {
display: contents;
}
thead, tbody, tr {
display: contents;
}

th {
white-space: nowrap;
}
</style>

# ParameterValue Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@ previous_url: /telerik-reporting-rest-json-entities-reportsource,/embedding-repo
---

<style>
table {
display: grid;
grid-template-columns: min-content min-content min-content 1fr;
}
table {
display: grid;
grid-template-columns: min-content min-content min-content 1fr;
}

thead, tbody, tr {
display: contents;
}
thead, tbody, tr {
display: contents;
}

th {
white-space: nowrap;
}
</style>

# ReportSource Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@ previous_url: /telerik-reporting-rest-json-entities-searchinfo,/embedding-report
---

<style>
table {
display: grid;
grid-template-columns: min-content min-content min-content 1fr;
}
table {
display: grid;
grid-template-columns: min-content min-content min-content 1fr;
}

thead, tbody, tr {
display: contents;
}
thead, tbody, tr {
display: contents;
}

th {
white-space: nowrap;
}
</style>

# SearchInfo Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,18 @@ previous_url: /telerik-reporting-rest-json-entities-searchresultsinfo,/embedding
---

<style>
table {
display: grid;
grid-template-columns: min-content min-content 1fr;
}
table {
display: grid;
grid-template-columns: min-content min-content 1fr;
}

thead, tbody, tr {
display: contents;
}
thead, tbody, tr {
display: contents;
}

th {
white-space: nowrap;
}
</style>

# SearchResultsInfo Overview
Expand Down