Archives for: "March 2018"

Upgrade PHP 5.5 to PHP 7.1 on CentOS 6.9 - Recklessly

I wasn't planning to upgrade PHP today, but in order to use Symfony 4.0, I had to. First, I wanted to get all the PHP RPMs Shell… more »

DataTables - Adding Buttons to a FixedHeader

I was using both the FixedHeader and Buttons extensions of DataTables and I needed the buttons to remain visible when the user scrolled. The solution I chose was to move the buttons DOM into the table head. Since the buttons are in a div and thead is… more »