Posted by ravisagar on April 8, 2009 at 7:52am
Jump to:
| Project: | Table Manager |
| Version: | 5.x-1.4 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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 :(
<?php
print tablemanager_display(2, NULL, FALSE, array('column' => 3, 'start' =>"25", 'end' =>"100"));
?>
Comments
#1
Apologies but I didn't ever read this, it seems to work just fine for me?
Pobster
#2