You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering why the variable numberOfRows in TableData class is not initialized when a new TableData object is created.
It seems to me that it should be set there, either with the number of loaded rows or the actual data[x].length.
Is there any reason to prevent from initiliazing it like this ?
Thanks,
Rémy.
The text was updated successfully, but these errors were encountered:
Hello,
I was wondering why the variable
numberOfRows
inTableData
class is not initialized when a newTableData
object is created.It seems to me that it should be set there, either with the number of loaded rows or the actual data[x].length.
Is there any reason to prevent from initiliazing it like this ?
Thanks,
Rémy.
The text was updated successfully, but these errors were encountered: