Starting with jQuery, tabs with datagrid
Hi everyone
I've been building an intranet database system over the past 18 months and gradually adding features. I was using JS components from dhtmlx.com and also the mootools library.
However I recently found jQuery and it's been a revelation! It's made my life loads easier, just one library/system, rather than various different libraries components.
But I'm looking for some advice on an implementation of a tabs/data grid system.
I've found the jQueryUI tabs widget, and got that up and running. I've got it set so that the tab content gets loaded from a remote HTML/PHP file.
I've found a few different jQuery grid plugins, but I'm having trouble getting the implementation I want.
The one that looks best so far is ingrid (
http://reconstrukt.com/ingrid
)
But what I'm looking to do is only load the grid once that specific tab is selected.
Anyone know of a way to do this?
Cheers, B