*/
public void encodeChildScripts(FacesContext context, UIDataTable component)
throws IOException {
// new DragIndicatorRendererBase().encodeChildScripts(context,
// component);
new DragIndicatorRendererBase() {
public void encodeChildScripts(FacesContext context,
UIDataTable component) throws IOException {
ResponseWriter responseWriter = context.getResponseWriter();
responseWriter.write("\nvar elt = $(\""+ component.getBaseClientId(context) +":dataTable_indicator\");\n");