laravel-jqgrid icon indicating copy to clipboard operation
laravel-jqgrid copied to clipboard

@Laravel jqGrid package allows you to easily integrate the popular @jQuery Grid Plugin (jqGrid) into your Laravel application.

Results 6 laravel-jqgrid issues
Sort by recently updated
recently updated
newest added

When using query builder it's working fine, but i have requirement of using Laravel raw query. Can you please let me know how can I do that?

I have a table with over 2 246 813 records. After I tried to render a 5000 page (type in a footer of jqgrid and press enter), I have an...

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?