|
+ {column.render("Header")}
+ {column.isSorted ? (
+ column.isSortedDesc ? (
+ " 🔼"
+ ) : (
+ |
+ ))}
+
|---|
| + {cell.render("Cell")} + | + ); + })} +