Skip to content

Instantly share code, notes, and snippets.

View edwin-niwaha's full-sized avatar
💭
I may be slow to respond.

Edwin Niwaha edwin-niwaha

💭
I may be slow to respond.
View GitHub Profile
@edwin-niwaha
edwin-niwaha / responsive_table.md
Created September 12, 2022 09:36 — forked from sachinrana95/responsive_table.md
this code for responsive table with pagination and search bar...it is helpfull for responsive table

#Responsive table with pagination and search bar....

<!DOCTYPE html>   
<html lang="en">   
<head>   
<meta charset="utf-8">   
<title>Responsive Table</title>   
<meta name="description" content="Bootstrap.">  
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">   
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>