render function for grid column ran twice #2086
Labels
Bug
This needs fixing
Reproducer: Present
This PR or issue contains code, which reproduce the problem described or clearly understandable MCVE
Short description
Custom render function for grid column is run twice instead of once, per row index and col_index.
Affects both master and 1.5 versions.
What is current behavior
What is desired behavior
Link to jsfidle/codepan with sample code
Steps to reproduce or sample
Copy the code from http://w2ui.com/web/demos/#/grid/21
Add console.log(
list::${index}::${col_index}
); to line 65.Check the browser console after loading the page.
The text was updated successfully, but these errors were encountered: