Example: Pure rendering cells

A table example that shows pure rendering cells: clicking the row of one of the tables changes the value of the first column and paints the rerendered cells in a different background. Table above does not use pureCellRendering and table below does. On the first table the whole row is rerendered and on the one that uses pureCellRendering - only the changed cell.