Already have bootstrap pagination but that apply once all records load
Can i able to save entire <tr><td>prj1 </td></tr> in db colum ?
a schedule task for save records in a new table
<cfsave content var ='test'><tr><td>#prj1#</td><td><img > </td><td>#proj dec# </td></tr></cfsavecontent>
insert into new_table (colum1)
value(test);
so that will save all ( include image and all) in TR result in 1 colum and disply this