Skip to content

SEO-181938-JS-control-changes #462

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
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
9 changes: 4 additions & 5 deletions js/PivotGauge/Layout.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
---
layout: post
title: Layout | JavaScript | PivotGauge | Syncfusion
description: This document illustrates that how to define layouts and its functionalities in JavaScript PivotGauge control
title: Layout in JavaScript PivotGauge Control | Syncfusion
description: Learn here all about how to define layouts and its functionalities in Syncfusion JavaScript PivotGauge control, it's elements and more.
platform: js
control: PivotGauge
documentation: ug
api: /api/js/ejpivotgauge
---

# Layout

## Row-wise layout
# Layout in JavaScript PivotGauge

## Row-wise layout
Gauges can be arranged in the specified number of rows by using the [`rowsCount`](/api/js/ejpivotgauge#members:rowscount) property.

{% highlight javascript %}
Expand Down
6 changes: 3 additions & 3 deletions js/PivotGauge/Tooltip.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Tooltip | JavaScript | PivotGauge | Syncfusion
description: This document illustrates that how to enable tooltip and its customization in JavaScript PivotGauge control
title: Tooltip in JavaScript PivotGauge Control | Syncfusion
description: Learn here all about how to enable tooltip and its customization in Synfusion JavaScript PivotGauge control, it's elements and more.
platform: js
control: PivotGauge
documentation: ug
api: /api/js/ejpivotgauge
---

# Tooltip
# Tooltip in JavaScript PivotGauge

The tooltip can be enabled by using the [`enableTooltip`](/api/js/ejpivotgauge#members:enabletooltip) property.

Expand Down
6 changes: 3 additions & 3 deletions js/PivotGrid/Relational-Defer-Update.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Defer-Update with PivotGrid widget for Syncfusion Essential JS
description: This document illustrates that how to enable defer-update in server mode of JavaScript PivotGrid control
title: Defer-update in JavaScript PivotGrid Control | Syncfusion
description: Learn here all about how to enable defer update at server mode in Syncfusion JavaScript PivotGrid control, it's elements and more.
platform: js
control: PivotGrid
documentation: ug
api: /api/js/ejpivotgrid
---

# Defer Update
# Defer update in JavaScript PivotGrid

I> This feature is applicable for the relational datasource only at server mode.

Expand Down