J junaidahmed Well-Known Member Licensed User Longtime User Sep 12, 2013 #1 Can I freeze HTML Table Heading in DBUtils HTML Table example.pls advise ASAP.
Erel B4X founder Staff member Licensed User Longtime User Sep 12, 2013 #2 You will need to modify the HTML and CSS generated by DBUtils. See the answer here: http://stackoverflow.com/questions/15307135/freezing-fixing-the-top-header-row-of-a-table Might be simpler to remove the headers and add them above the table. Upvote 0
You will need to modify the HTML and CSS generated by DBUtils. See the answer here: http://stackoverflow.com/questions/15307135/freezing-fixing-the-top-header-row-of-a-table Might be simpler to remove the headers and add them above the table.