Jq table gt () and lt () methods

let max = 9 + (updatePage-1) * 10
let min = (updatePage-1)*10
$("-sharpdateView").show()
 $("-sharpdateView tr:gt(max)").hide()
$("-sharpdateView tr:lt(min)").hide() ```
 

jqgt lt()maxmin
Mar.22,2022

 $(`-sharpdateView tr:gt(${max})`)
Menu