This example shows how to create a simple bootstrap table.
Firstly, you should add the following code to the head section in html:
https://csharpexamples.com
SAMPLE USAGE:
| Row |
First Name |
Last Name |
Points |
| 1 |
George |
Hagi |
100 |
| 2 |
Jill |
Smith |
70 |
| 3 |
Eve |
Jackson |
20 |
| 4 |
Adam |
Johnson |
15 |
RESULT:
