-4

I need to create a table as shown below using HTML & CSS.

Example :

image

Brian Tompsett - 汤莱恩
  • 5,753
  • 72
  • 57
  • 129
  • 1
    Welcome to Stack Overflow! Please review [**How to ask**](http://stackoverflow.com/help/how-to-ask) questions on Stack Overflow and what types of questions [**can be asked**](http://stackoverflow.com/help/on-topic) and what types [**should be avoided.**](http://stackoverflow.com/help/dont-ask) – Paulie_D Jul 13 '15 at 06:45
  • http://jsfiddle.net/qv235/877/ refer this.. – SVK Jul 13 '15 at 06:51

1 Answers1

1

Please have a look at this JQuery UI plugin. The plugin is JQueryUI datatables.

It looks like your image you showed.

The CSS (dataTables.jqueryui.css) and JS (dataTables.jqueryui.js) file required can be directly found at this GitHub link.

enter image description here

Ahs N
  • 8,233
  • 1
  • 28
  • 33
  • @Paulie_D Added more detail to the answer :) Do let me know if anything else need to be changed. – Ahs N Jul 13 '15 at 06:52