Need some help with our lists .. presently in java but need to switch to java script .. Ajax
We presently have a Java component running our tree display and it is not working well. Perhaps you are a java expert and can breath some life back into this tree system but in general we are committed to replacing the Java function with Java Script .. mainly AJAX. We are giving priority to those with components already created that do this or could be upgraded to do these features.
if you have skills in this area, hopefully a library of functions, perhaps we could use you on a few projects.
Our needs:
We are looking for a java script (AJAX) tree/list system for our site. It needs to have the following features:
- php class to interface with system (if applicant has strong php skills)
- setup columns via class method
- creates xml
- option to set a function to run a columns data thru
- input to handle a record set or single rows at a time
simple example:
$list->AddCol('title'=>'First Name','field'=>"first_name",'class'=>'css_class','sortable'=>0);
$list->AddRows( array( array('first_name'=>'Sam'), array('first_name'=>'Dave') );
*desired, but could be left out for first version