bootstrap-table-examples
bootstrap-table-examples copied to clipboard
Documentation
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
<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.
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.
A good example of a simple and well structured documentation can be seen here: https://nakupanda.github.io/bootstrap3-dialog/
@fish-fly can you help to improve this?