I have a table with alot of numbers, and i want to filter it so that it shows everything above my value
so if the value is lets say 11 i want it to show all with a number higher than 11, right now it shows values that contains 11. eg. 111, 211 etc.
var iValue = jQuery('#div').slider("value");
iTable.fnFilter(iValue , 1 );
so if the value is lets say 11 i want it to show all with a number higher than 11, right now it shows values that contains 11. eg. 111, 211 etc.
var iValue = jQuery('#div').slider("value");
iTable.fnFilter(iValue , 1 );