Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

how to hide ascending descending icons in datatable js

add this css on the top of page or in css file.

use respective class

.no-sort::after { 
	opacity: 0;
    content:unset;
}

.no-sort { 
  	opacity: 0;
    content:unset; 
}
Comment

PREVIOUS NEXT
Code Example
Javascript :: at in js 
Javascript :: get id of an element 
Javascript :: regex start line 
Javascript :: export table data to excel in jquery 
Javascript :: convert Float64Array to array in js 
Javascript :: select field in react native 
Javascript :: mongodb replace root 
Javascript :: Material-ui camera icon 
Javascript :: convert arrow function to normal function javascript 
Javascript :: how to create package.json file in vs code 
Javascript :: how to design an api node js 
Javascript :: extends in javascript 
Javascript :: javascript remove element from object 
Javascript :: console shortcut chrome 
Javascript :: react native vector icons not showing 
Javascript :: remove repetition multidimensional array javascript 
Javascript :: generate random color 
Javascript :: how to convert array converted to string back to array javasccript 
Javascript :: js add a tag inside span 
Javascript :: string.contains javascript 
Javascript :: remove duplicates array.filter 
Javascript :: remove element from array lodash 
Javascript :: rotate camera three js 
Javascript :: base href angular 
Javascript :: js debouncing 
Javascript :: javascript check if property exists in object 
Javascript :: express command not found mac 
Javascript :: how to check if text input has spaces javascript 
Javascript :: passportjs serializeuser 
Javascript :: javascript multiline script 
ADD CONTENT
Topic
Content
Source link
Name
5+8 =