I have a table without th elements, Only td elements are there. Is there any way to make My first row fixed(label). The table is like this
Use of data table we can fixed the header and footer also. Find the below Code......
tbl_Purcordr=$("#tbl_Purcordr").DataTable({
'paging': true,
'pageLength': 25,
'bLengthChange': false,
'sorting': false,
'filter': true,
'info': false,
'scrollY': 360,
'background': 'none',
'fixedHeader': {
'header': true,
'footer': true
}
});