EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
September 14, 2025, 04:47:31 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
>
datagrid, sort, icon
Pages: [
1
]
« previous
next »
Print
Author
Topic: datagrid, sort, icon (Read 7589 times)
roberto
Jr. Member
Posts: 88
datagrid, sort, icon
«
on:
January 04, 2016, 10:05:54 PM »
Hi,
Is there a way to remove the sort icon from the column header?
I want to use onBeforeSortColumn to provide my own handler with more options.
Tks,
Logged
stworthy
Administrator
Hero Member
Posts: 3581
Re: datagrid, sort, icon
«
Reply #1 on:
January 04, 2016, 11:31:52 PM »
Please add the following CSS style code to hide the sort icon.
Code:
<style>
.datagrid-sort .datagrid-sort-icon{
display: none;
}
</style>
Logged
roberto
Jr. Member
Posts: 88
Re: datagrid, sort, icon
«
Reply #2 on:
January 05, 2016, 10:44:57 AM »
thank you
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...