KrasilnikovKB

Results 3 issues of KrasilnikovKB

Greetings! Thank you for your work !. Could after each update to describe "what's new" in CHANGELOG.md?

documentation

some like this: ``` public function prepareSelect_jqGrid( $data, $first = null){ if(!is_null($first)){ $data->prepend($first, ''); } $base = array(); foreach($data as $k => $v){ $base[] = $k . ':' . $v;...

enhancement

Are there examples for how to set the color of the line depending on the value in the column?