EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
September 15, 2025, 08:12:46 AM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
EasyUI for jQuery
>
Merge cell in Datagrid Footer
Pages: [
1
]
« previous
next »
Print
Author
Topic: Merge cell in Datagrid Footer (Read 8838 times)
xnoybx
Newbie
Posts: 7
Merge cell in Datagrid Footer
«
on:
October 11, 2015, 11:19:50 PM »
This is a repost from topic
http://www.jeasyui.com/forum/index.php?topic=3428.0
Is the feature has already on Version 1.4.3 ?
Thanks
Logged
jarry
Administrator
Hero Member
Posts: 2298
Re: Merge cell in Datagrid Footer
«
Reply #1 on:
October 12, 2015, 12:02:02 AM »
Yes, you can call 'mergeCells' method with the 'type' parameter that tells the method to merge the footer cells.
Code:
$('#dg').datagrid('mergeCells', {
index: 1,
field: 'name',
colspan: 2,
type: 'footer'
});
Logged
xnoybx
Newbie
Posts: 7
Re: Merge cell in Datagrid Footer
«
Reply #2 on:
October 12, 2015, 10:35:43 PM »
Its good. Thanks Jarry.
Logged
Pages: [
1
]
Print
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...