longraider007
longraider007
Hi 6pac, Thank you for your response. That is exactly what I am looking for. I see that the number of grids are pre-defined in the code. It is possible...
Thanks for your help. I look forward to your example with the dynamic grid....
ok, thank you very much....
It is possible to use dataview in the dynamic tab/grid with filters? I am trying ``` dataView = new Slick.Data.DataView({ groupItemMetadataProvider: groupItemMetadataProvider, inlineFilters: true }); dataView.beginUpdate(); dataView.setItems(newArray); //dataView.setFilter(myFilter); groupBy(); dataView.endUpdate();...
Again, thank you for your help & time.... Look forward to your new example
Hi, Is it possible to create an example with all the bells and whistles? Thanks....
That looks great!!! I will take a look. Thank you so much...
Hi, I am testing the new example with my own code, but I still get the following error message: Uncaught Error: SlickGrid requires a valid container, #chapter1 does not exist...
Hi, Here is my code...Thx ``` $(function () { chapter=_.uniq(_.pluck(data,'chapter')); // get the unique values under the header 'chapter' $( "div#tabs" ).tabs(); for (var i=0; i< chapter.length; i++){ var newArray...
Thanks for your response. I amended my code, but still the same error message..... Is it allowed to give the variable 'current chapter' any string values (for example names) or...