Scorpio's Ajax Data Grid
has been around for a long time. It started life as a Java applet, then in CFMX7 we added a Flash grid and XML generation, and in Scorpio we plan on adding an Ajax powered DHTML grid. You'll be able to pass a query to the grid as you did previously, like this: SELECT * FROM myTable ... But where things get really interesting are when data is retrieved asynchronously (in much the same way as in the auto-suggest example I mentioned earlier this week). Look at this example: The bind attribute specifies the CFC and method to be
Read comments or post a reply to : Scorpio's Ajax Data Grid