Filtering out "full lobbies"

Filtering out "full lobbies"

genagagenaga Posts: 1Questions: 1Answers: 0

Hello guys I'm current using column rendering to adjust 2 colums in to one,

one column states how many people can participate, second column says how many are currently signed up.

"render": function ( data, type, row ) {
return data +'/'+ row[3];
},
"targets": 2
},
{ "visible": false, "targets": [ 3 ] }

Nice and simple, Was just wondering how I would go about hiding rows where column one is equal to column two, I feel like I'm over thinking this and it will be something quite simple, but its currently beyond me and time for work!

Cheers guys!

Dom

This discussion has been closed.