Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Ivan on Mar 27, 2008 21:40
open dhtmlx forum
add filter and smart Rendering on dhtmlXGridFromTable

Hi, I can successfully convert a html table into a grid using dhtmlXGridFromTable. Can we apply filter on the head and smarting rendering as well?

Answer posted by Support on Mar 28, 2008 03:19
>>we apply filter on the head
You can't descibe it directly in HTML format, but it possible to attach header with any inline element after converting table to grid

    var t = dhtmlXGridFromTable("grid");
          t.attachHeader("A,#text_filter,C");

>>and smarting rendering as well
Smart rendering works with XML datasource only.