Closed thomas-rusz closed 7 years ago
Hi Thomas, could you please provide benefits by this approach? What may be used except strings? I mean.. DOM nodes won't work this way because they will be converted to "[object HTMLDivElement]", so what's the point?
Hi!
Would you consider using the
toString
of rows? By converting the elements to string withtoString()
enables the user to not only use array of strings but arrays of any type. Furthermore, it makes possible to generate the rows on rendering.