jquery mobile table code download

jquery mobile table code download

I looked into the jquery mobile table.... but dont know where to download the code.... can you tell me where can i download the sample code....

http://jquerymobile.com/demos/1.3.0-beta.1/docs/tables/table-reflow.html

@media ( min-width: 40em ) { /* Show the table header rows and set all cells to display: table-cell */ .my-custom-breakpoint td, .my-custom-breakpoint th, .my-custom-breakpoint tbody th, .my-custom-breakpoint tbody td, .my-custom-breakpoint thead td, .my-custom-breakpoint thead th { display: table-cell; margin: 0; } /* Hide the labels in each cell */ .my-custom-breakpoint td .ui-table-cell-label, .my-custom-breakpoint th .ui-table-cell-label { display: none; } }