Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1045
where is the api document
posted

Hi experts,

When I'm checking a certain section of iggrid, i see following code block. I can understand ui.owner refers to iggrid and element refers to the table html element. But without see the sample, I really don't know the owner has an element property. Can you please direct me to the right place where I can find related api?

dataRendered: function (evt, ui) {
                    ui.owner.element.find("tr td:nth-child(1)").css("text-align", "right");
                    ui.owner.element.find("tr td:nth-child(4)").css("text-align", "right");
                }