PHP Classes

Eyesis Data Grid with jquery

Recommend this page to a friend!

      Eyesis Data Grid Control  >  All threads  >  Eyesis Data Grid with jquery  >  (Un) Subscribe thread alerts  
Subject:Eyesis Data Grid with jquery
Summary:jquery tabs with datagrid class
Messages:2
Author:Tony Iha Kazungu
Date:2009-10-13 12:38:08
Update:2009-10-14 06:27:24
 

  1. Eyesis Data Grid with jquery   Reply   Report abuse  
Picture of Tony Iha Kazungu Tony Iha Kazungu - 2009-10-13 12:38:08
Has anyone ever used this class with jquery tabs.
Using several jquery tabs to display information from separate tables.
The first tab produces the results and the rest will not and would on produce the data after i refresh the page.

Any one who has come across this

  2. Re: Eyesis Data Grid with jquery   Reply   Report abuse  
Picture of Tony Iha Kazungu Tony Iha Kazungu - 2009-10-14 06:27:24 - In reply to message 1 from Tony Iha Kazungu
Fiddled around with the class.eyedatagrid.inc.php and somehow seen that the answer lies somewhere in the "public static function useAjaxTable($responce = '')" we have a div section where the grid is displayed (<div id=\"eyedatagrid\"></div>)

Don't know how i will achieve it but the answer is two ways.
1. Replace "eyedatagrid" with a variable that a user will pass
2. Play around with the tabs in jquery by making sure the current tab selected and page being loaded in it has the "eyedatagrid" div. (In this case we might need to comment out the line "echo "<div id=\"eyedatagrid\"></div>\n";")

Still struggling when i get an appropriate solution will post around