Skip to content

Instantly share code, notes, and snippets.

View Sudheendra123's full-sized avatar
🎯
Focusing

Sudheendra Hebbar Sudheendra123

🎯
Focusing
View GitHub Profile
@Sudheendra123
Sudheendra123 / table.html
Last active February 17, 2023 11:57
Table with Checkbox and checkall options
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bootstrap Table Checkbox Select All and Cancel</title>
<link href="//cdn.bootcss.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<h2>Bootstrap Table Checkbox Select All and Cancel</h2>
<table class="table table-striped">