Has anyone here been successful using the AjaxTable with Drupal. I am having a ton of problems getting it to work.
I copied modules jquery_update, ajaxtable and ajaxtable_docs to the proper place, copied the jquery.js to the misc catalog, activated the modules jquery_update, ajaxtable and ajaxtable_docs.
Copied the example function ajaxtable_table_ajaxtable_example1($override='') and the call
print ajaxtable_render("ajaxtable_example1") into a newly created content page (properly surrounded by php-braces), activated input format as PHP code.
All I get is a blank screen...
I've read other suggestions regarding removing the function definition, I also tried removing the documentation like others suggested.
The explanation seems to lie in the fact that the module ajaxtable_docs already contains the examples of user-supplied functions and php breaks when you enter same definition a second time.
But it still does not seem to work. Can anyone out there please help! Thanks
thanks in advance!
I copied modules jquery_update, ajaxtable and ajaxtable_docs to the proper place, copied the jquery.js to the misc catalog, activated the modules jquery_update, ajaxtable and ajaxtable_docs.
Copied the example function ajaxtable_table_ajaxtable_example1($override='') and the call
print ajaxtable_render("ajaxtable_example1") into a newly created content page (properly surrounded by php-braces), activated input format as PHP code.
All I get is a blank screen...
I've read other suggestions regarding removing the function definition, I also tried removing the documentation like others suggested.
The explanation seems to lie in the fact that the module ajaxtable_docs already contains the examples of user-supplied functions and php breaks when you enter same definition a second time.
But it still does not seem to work. Can anyone out there please help! Thanks
thanks in advance!