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