Search Type: Posts; User: ssmso
Search: Search took 0.02 seconds.
-
19 Nov 2007 8:29 AM
- Replies
- 302
- Views
- 156,744
Add the following line in renderUI() to fix problem 2:
var bd = this.renderRows();
if (bd == '') bd = ['', '']; -
18 Nov 2007 10:48 PM
- Replies
- 302
- Views
- 156,744
Answer my own question ;) : looked at 1.1.1 code and found out you can add the following code in the processRows function:
var h = Math.max(row.offsetHeight, lrow.offsetHeight);... -
16 Nov 2007 4:04 PM
- Replies
- 302
- Views
- 156,744
It's a nice port!
I found 3 problems so far:
1. When inserting a combobox/checkbox in one of the locked columns (or anything that's higher than the default row height), the row height of locked...
Results 1 to 3 of 3
