[eluser]Unknown[/eluser]
Hello;
I am new to flexigrid and have found its features exactly what my team is looking for. The examples have been very nice and easy to use and to get going. I have a use case that I cannot seem to find the solution to using flexigrid.
In our application we want to load the page with one form and two tables. The top table, not a flexigrid one, will have a list of hyperlinks that are populate when the user enters a date range in the form. The second table will be populated via ajax requests to the server once one of the hyperlinks is selected in the first non-flexigrid table. The form is a total page refresh when the search button is selected showing contents in the first table and empty data in the second flexigrid table. We want to populate the flexigrid table once a user selects on a hyperlink in the first table.
I cannot seem to figure out how to populate the second table. I know how to populate the flexigrid table on load via the url: element. The table gets populated when the entire page is loaded the first time.
Can someone show me an example of how I may select on a hyperlink which sends a request to the server that then puts data into the empty flexigrid table?
Thanks in advance
Peter