|  | @@ -9,7 +9,8 @@ function TableSanksi({ listData, to, linkName }) {
 | 
	
		
			
				|  |  |  			<div className="card-body card-over">
 | 
	
		
			
				|  |  |  				{listData && (
 | 
	
		
			
				|  |  |  					<Datatable options={{ responsive: false, ordering: true }}>
 | 
	
		
			
				|  |  | -						<table className="table w-100" >
 | 
	
		
			
				|  |  | +						{/* <table className="table w-100" data-order='[[2, "asc"], [3, "desc"]]'> */}
 | 
	
		
			
				|  |  | +						<table className="table w-100" data-order='[[2, "asc"]]'>
 | 
	
		
			
				|  |  |  							<thead>
 | 
	
		
			
				|  |  |  								<tr>
 | 
	
		
			
				|  |  |  									<th>Nomor Sanksi</th>
 |