Is it possible to use TreeGrid with a local array?
I want to build a list of Nagios hosts and services which I’ve loaded into an array, it’s many levels deep however and has many different fields, a small example is:
12345678910111213141516171819202122232425 $data = ['HOST1' => ['CONFIG' => ['ITEM1' => "1"],'STATUS' => ['FLAPPING' => 0,'STATUS' => 0],'SERVICES' => ['SERVICE1' => ['STATUS' => ['FLAPPING' => 0,'STATUS' => 0]],'SERVICE2' => ['STATUS' => ['FLAPPING' => 0,'STATUS' => 1]]]]];
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top