Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
150597 | Jan 13,2020 08:57 AM UTC | Jan 14,2020 09:25 AM UTC | Angular - EJ 2 | 1 |
![]() |
Tags: Grid |
Index.html
If you want to remove the arrow indicator in column header, please refer the below css to achieve you requirement.
<style>
.e-grid .e-sortfilterdiv {
display: none;
}
</style>
If you want to remove the number in column header, please refer the below css to achieve you requirement.
<style>
.e-grid .e-sortnumber {
display: none;
}
</style> |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.