Closed (fixed)
Project:
Table Manager
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2009 at 07:52 UTC
Updated:
25 Aug 2009 at 15:19 UTC
Lets say I have the data of the employees
Name | Designation | Age
Now I want to filter the data of those employees who are above 25. I couldn't do it.
This is how I tried it but it is giving me blank result :(
print tablemanager_display(2, NULL, FALSE, array('column' => 3, 'start' =>"25", 'end' =>"100"));
Comments
Comment #1
pobster commentedApologies but I didn't ever read this, it seems to work just fine for me?
Pobster
Comment #2
pobster commented