Login  Register

bug occurs trying to resize column after adding row to datatable

Posted by hospbene on Dec 15, 2010; 2:08pm
URL: https://discuss.orbeon.com/bug-occurs-trying-to-resize-column-after-adding-row-to-datatable-tp3089060.html

Hey there,

I am trying to implement the datatable widget, which has to be resizeable and able to add/delete/copy rows.
 
Every single function works fine. I can resize and I can add rows, as in the example application shown.

BUT if I add ONE row, and then try to resize a column,  the last row resizes not properly.
If i add TWO rows, the problem occurs in the last TWO rows. It doesn't matter where I'm adding the rows. Everytime, only the last rows are affected.

The same thing is happening when I am trying it on the example "datatable-ng-insert".

Does anybody know how to solve this? Without using to much javascript?

Thanks in advance,

bene