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
Some documentation instead of just examples would be very helpful.
As a start, a low hanging fruit might be to add the table source code under the tables in the examples, with relevant includes in a head tag.
Example.html
<head>
<!-- example table dependencies -->
</head>
<body>
<!-- example table -->
</body>
Example.json
[ {}, {} ] and so on
What would be even better would be a doc describing the parameters you can provide to the table tag, a list of all features, and a document for each extension.
The text was updated successfully, but these errors were encountered:
Agreed, this type of examples is one of the worst documentation I've ever seen. Sure, it's fancy but it provides no examples whatsoever, I'd rather see text on a blank page explaining stuff rather than see it working without explanations.
Hey,
Some documentation instead of just examples would be very helpful.
As a start, a low hanging fruit might be to add the table source code under the tables in the examples, with relevant includes in a head tag.
Example.html
Example.json
What would be even better would be a doc describing the parameters you can provide to the table tag, a list of all features, and a document for each extension.
The text was updated successfully, but these errors were encountered: