bootstrap-table-examples icon indicating copy to clipboard operation
bootstrap-table-examples copied to clipboard

Documentation

Open xoorath opened this issue 8 years ago • 2 comments

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.

xoorath avatar Feb 02 '17 16:02 xoorath

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/

GTANAdam avatar Apr 23 '19 21:04 GTANAdam

@fish-fly can you help to improve this?

wenzhixin avatar Mar 27 '23 14:03 wenzhixin