I have array of objects like the example below;
[{ \"id\" : 13100, \"key\" : \"Emlak Vergisi\", \"y\" : 135638.98 }, { \"
Yes in renderRow, apply a different style based on rowID or rowData etc
Ex:
renderRow(rowData, sectionID, rowID, highlightRow) { if(rowID%2 === 0) { return (); } return (); }