91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Kendo UI for jQuery數據管理使用中如何將行標題字幕顯示為錨點

發布時間:2021-09-18 10:04:37 來源:億速云 閱讀:171 作者:柒染 欄目:編程語言

Kendo UI for jQuery數據管理使用中如何將行標題字幕顯示為錨點,很多新手對此不是很清楚,為了幫助大家解決這個難題,下面小編將為大家詳細講解,有這方面需求的人可以來學習下,希望你能有所收獲。

Kendo UI for jQuery R1 2021 SP2試用版下載

Kendo UI是帶有jQuery、Angular、React和Vue庫的JavaScript UI組件的最終集合,無論選擇哪種JavaScript框架,都可以快速構建高性能響應式Web應用程序。通過可自定義的UI組件,Kendo UI可以創建數據豐富的桌面、平板和移動Web應用程序。通過響應式的布局、強大的數據綁定、跨瀏覽器兼容性和即時使用的主題,Kendo UI將開發時間加快了50%。

PivotGrid允許您將標題呈現為錨點。

要將列標題和單元格標題字段呈現為錨點,請分別使用columnHeaderTemplate或dataCellTemplate選項。

要將行標題字段呈現為錨點,請使用rowHeaderTemplate選項,下面的示例演示如何實現此操作。

<script src="https://demos.telerik.com/kendo-ui/content/shared/js/products.js"></script>

<div id="example">
<div id="pivotgrid"></div>

<script id="headerTemplate" type="text/x-kendo-tmpl">
# if (!member.children.length && member.parentName === "ProductName") { #
<a href="https://www.telerik.com">#: member.caption #</a>
# } else { #
#: member.caption #
# } #
</script>

<script>
$(document).ready(function () {
var pivotgrid = $("#pivotgrid").kendoPivotGrid({
rowHeaderTemplate: $("#headerTemplate").html(),
columnWidth: 120,
height: 570,
dataSource: {
data: products,
schema: {
model: {
fields: {
ProductName: { type: "string" },
UnitPrice: { type: "number" },
UnitsInStock: { type: "number" },
Discontinued: { type: "boolean" },
CategoryName: { field: "Category.CategoryName" }
}
},
cube: {
dimensions: {
ProductName: { caption: "All Products" },
CategoryName: { caption: "All Categories" },
Discontinued: { caption: "Discontinued" }
},
measures: {
"Sum": { field: "UnitPrice", format: "{0:c}", aggregate: "sum" },
"Average": { field: "UnitPrice", format: "{0:c}", aggregate: "average" }
}
}
},
rows: [{ name: "CategoryName", expand: true }, { name: "ProductName" } ],
columns: [{ name: "Discontinued", expand: true }],
measures: ["Sum"]
}
}).data("kendoPivotGrid");

$("#configurator").kendoPivotConfigurator({
dataSource: pivotgrid.dataSource,
height: 570
});
});
</script>
</div>

看完上述內容是否對您有幫助呢?如果還想對相關知識有進一步的了解或閱讀更多相關文章,請關注億速云行業資訊頻道,感謝您對億速云的支持。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

集安市| 宜章县| 安吉县| 泰和县| 思南县| 扶风县| 儋州市| 南平市| 嘉义市| 山丹县| 东源县| 古蔺县| 连云港市| 杭锦后旗| 泽州县| 沐川县| 诏安县| 水富县| 汽车| 郧西县| 平安县| 栖霞市| 湛江市| 鲁甸县| 内江市| 甘谷县| 左贡县| 珠海市| 志丹县| 桃江县| 巴彦淖尔市| 开鲁县| 拉萨市| 泰宁县| 闻喜县| 长岭县| 额济纳旗| 定安县| 孟州市| 敦煌市| 天台县|