@@ -38,7 +38,7 @@ require=(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof requ
3838 }
3939 config . $inject = [ '$sceDelegateProvider' , '$httpProvider' , '$stateProvider' , '$compileProvider' , '$urlRouterProvider' , 'demoMapProvider' ] ;
4040
41- app . constant ( 'version' , 'v0.8 .0' ) ;
41+ app . constant ( 'version' , 'v0.9 .0' ) ;
4242 app . config ( config ) ;
4343
4444 angular . element ( document ) . ready ( function ( ) {
@@ -346,7 +346,34 @@ require=(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof requ
346346 title : 'Custom renderer' ,
347347 description : 'Custom renderer'
348348 } ,
349- }
349+ } ,
350+ 'PRO' : {
351+ 'collapsing-columns-with-nested-headers' : {
352+ url : getUrl ( 'wilani/3' ) ,
353+ title : 'Collapsing columns with nested headers' ,
354+ description : 'Create a nested, hierarchical structure of headers with expandable and collapsible columns'
355+ } ,
356+ 'filtering-simple' : {
357+ url : getUrl ( 'fijida/3' ) ,
358+ title : 'Data filtering (simple example)' ,
359+ description : 'Display rows that meet your criteria and hide the rest'
360+ } ,
361+ 'filtering-external-inputs' : {
362+ url : getUrl ( 'rewefa/9' ) ,
363+ title : 'Data filtering (external inputs)' ,
364+ description : 'Display rows that meet your criteria and hide the rest'
365+ } ,
366+ 'hiding-columns' : {
367+ url : getUrl ( 'wapufa/2' ) ,
368+ title : 'Hiding columns' ,
369+ description : 'Hide specific columns and show the rest'
370+ } ,
371+ 'hiding-rows' : {
372+ url : getUrl ( 'roximi/3' ) ,
373+ title : 'Hiding rows' ,
374+ description : 'Hide specific rows and show the rest'
375+ } ,
376+ } ,
350377 } ;
351378} ( ) ) ;
352379
0 commit comments