<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Example Qlikview extension Paging, without repainting. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Example-Qlikview-extension-Paging-without-repainting/m-p/1553185#M1232694</link>
    <description>&lt;P&gt;Hi, Does anyone have an example extension which demonstrates paging through a large data table? I have an example where I have to click on a button, but I want to do it without clicking on a button. Issue is that everytime I click on the buttons it triggers a repaint and somehow it goes wrong after that... console.log('init'); this.Element.innerHTML = ""; if(!this.Data.Page){ console.log('newpage'); this.Data.Page = new this.Data.PageObject(this.Data, this.Data.PageSize.y); //this.Data.PageSize.y uses the PageHeight set in the Definition or the default which is 40 } var html = ''; html += "&lt;/P&gt;&lt;DIV&gt;"; html += "Prev" html += "Next" html += "&lt;/DIV&gt;&lt;P&gt;"; html += "&lt;/P&gt;&lt;DIV&gt;"; var pageStart = this.Data.Page.StartItem(); //Index of the first item on the current page var pageEnd = pageStart + this.Data.Page._size; var TotalSize = this.Data.TotalSize.y; console.log('SIZE=' + pageStart + '*' + pageEnd + '*' + TotalSize); for (var row=pageStart; row"; html += this.Data.Rows[row][0].text; html += ": "; html += this.Data.Rows[row][2].text; html += "&lt;BR /&gt;"; } html += "&lt;/DIV&gt;&lt;P&gt;"; this.Element.innerHTML = html; this.Element.onclick = page.bind(this);&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
    <dc:creator>dionverbeke</dc:creator>
    <dc:date>2026-01-26T16:26:21Z</dc:date>
    <item>
      <title>Example Qlikview extension Paging, without repainting.</title>
      <link>https://community.qlik.com/t5/QlikView/Example-Qlikview-extension-Paging-without-repainting/m-p/1553185#M1232694</link>
      <description>&lt;P&gt;Hi, Does anyone have an example extension which demonstrates paging through a large data table? I have an example where I have to click on a button, but I want to do it without clicking on a button. Issue is that everytime I click on the buttons it triggers a repaint and somehow it goes wrong after that... console.log('init'); this.Element.innerHTML = ""; if(!this.Data.Page){ console.log('newpage'); this.Data.Page = new this.Data.PageObject(this.Data, this.Data.PageSize.y); //this.Data.PageSize.y uses the PageHeight set in the Definition or the default which is 40 } var html = ''; html += "&lt;/P&gt;&lt;DIV&gt;"; html += "Prev" html += "Next" html += "&lt;/DIV&gt;&lt;P&gt;"; html += "&lt;/P&gt;&lt;DIV&gt;"; var pageStart = this.Data.Page.StartItem(); //Index of the first item on the current page var pageEnd = pageStart + this.Data.Page._size; var TotalSize = this.Data.TotalSize.y; console.log('SIZE=' + pageStart + '*' + pageEnd + '*' + TotalSize); for (var row=pageStart; row"; html += this.Data.Rows[row][0].text; html += ": "; html += this.Data.Rows[row][2].text; html += "&lt;BR /&gt;"; } html += "&lt;/DIV&gt;&lt;P&gt;"; this.Element.innerHTML = html; this.Element.onclick = page.bind(this);&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Example-Qlikview-extension-Paging-without-repainting/m-p/1553185#M1232694</guid>
      <dc:creator>dionverbeke</dc:creator>
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
  </channel>
</rss>

