Open sloria opened 10 years ago
HGrid expects its input data to be an Array or and object that of the form {data: [...array of data...].
{data: [...array of data...]
If a developer unknowingly/accidentally enters data as an Object, HGrid will fail in unexpected ways. This can be a major gotcha for new users.
HGrid should fail early if an improper data format is passed in.
h/t @brianjgeiger
HGrid expects its input data to be an Array or and object that of the form
{data: [...array of data...]
.If a developer unknowingly/accidentally enters data as an Object, HGrid will fail in unexpected ways. This can be a major gotcha for new users.
HGrid should fail early if an improper data format is passed in.
h/t @brianjgeiger