hk298
hk298
It would be nice to have a fix for this. I have a table with lots of columns and filter boxes everywhere, and I observed the following: - scroll to...
Here's a modified __createNoDataRow_ that implements richraid21's idea: ``` _createNoDataRow: function() { var amountOfFields = 0; var totalWidth = 0; this._eachField(function(field, index) { amountOfFields++; totalWidth += field.width; }); return $("")...
I'm running pigpio 79 and came across the same issue. The baud rate was twice the rate that I specified in spiOpen. Shouldn't this bit of code that Guy posted...