カラムソーティングハンドルを描画する基本レンダラー
OperateOptions.sortHandleRendererを特別に指定しなければこのレンダラーが使われる。
grid.setOperateOptions({
sortrHandleRenderer: {
type: "" // 指定しなければこのレンダラー
backgroundColor: "#ff0000",
borderColor: "#880000"
}
};