Posted 26 June 2018, 6:10 am EST
Hello,
I would like to ask whether it's possible to insert AngularJS 1 expressions into cells (and get them compiled) using the ```
formatItem
Please note that we cannot use native FlexGrid directives for AngularJS because of this issue: https://www.grapecity.com/en/forums/wijmo/angularjs--webpack-setup
I have tried to do templatess compiling and linking inside of formatItem function but this dramatically slows down application performance because the function is called for each cell every time user scrolls through the table.
In this example: http://jsfiddle.net/KirillMetrik/dd14cqcx/14/ I have modified the wijmo sample for custom templates in AngularJS by providing over 1000 items to the table and scrolling is still perfect. How can I achieve the same result by using the formatItem function?