<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <title>SearchPanes — DataTables forums</title>
        <link>https://next.datatables.net/forums/</link>
        <pubDate>Wed, 22 Jul 2026 01:35:45 +0000</pubDate>
        <language>en</language>
            <description>SearchPanes — DataTables forums</description>
    <language>en</language>
    <atom:link href="https://next.datatables.net/forums/categories/searchpanes/feed.rss" rel="self" type="application/rss+xml"/>
    <item>
        <title>SearchPanes Long Data example doesn't show ellipsis</title>
        <link>https://next.datatables.net/forums/discussion/79695/searchpanes-long-data-example-doesnt-show-ellipsis</link>
        <pubDate>Tue, 20 Aug 2024 10:41:16 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>Loren Maxwell</dc:creator>
        <guid isPermaLink="false">79695@/forums/discussions</guid>
        <description><![CDATA[<p>The automatic ellipsis doesn't appear to be working in the example for SearchPanes:<br />
<a rel="nofollow" href="https://datatables.net/extensions/searchpanes/examples/advanced/longData.html">https://datatables.net/extensions/searchpanes/examples/advanced/longData.html</a></p>
]]>
        </description>
    </item>
    <item>
        <title>rebuildPane() with maintainSelect and filters active causes pagination reset</title>
        <link>https://next.datatables.net/forums/discussion/81357/rebuildpane-with-maintainselect-and-filters-active-causes-pagination-reset</link>
        <pubDate>Thu, 11 Sep 2025 13:31:18 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>Edus001</dc:creator>
        <guid isPermaLink="false">81357@/forums/discussions</guid>
        <description><![CDATA[<p><strong>Link to test case</strong>: <a rel="nofollow" href="https://live.datatables.net/retuleco/1/edit?js,output">https://live.datatables.net/retuleco/1/edit?js,output</a><br />
<strong>Description of problem</strong>: When calling rebuildPane(undefined, true) to rebuild all panes keeping the selected filters while being positioned on a page other than 1 and having one or more filters selected, the table goes to page 1. This is not the case when no filters are selected or when calling rebuildPane() without arguments. In the example, the page number is being saved before the call then restored after, in an unsuccessful attempt to override the behavior.<br />
The example is a modification of a proposed solution from <a rel="nofollow" href="https://datatables.net/forums/discussion/comment/188123" title="a thread on a similar problem">a thread on a similar problem</a>. The modification consists in making the panes visible so a selection can be made in order to reproduce the problem.<br />
<strong>Steps to reproduce</strong>: Select any filter/s so that the table has at least two pages. Move to a page other than 1. Click the "rebuild all panes" button.</p>
]]>
        </description>
    </item>
    <item>
        <title>render option (as function) not called when using SearchPanes together with serverside scripting</title>
        <link>https://next.datatables.net/forums/discussion/81151/render-option-as-function-not-called-when-using-searchpanes-together-with-serverside-scripting</link>
        <pubDate>Tue, 15 Jul 2025 15:36:08 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>fwtag</dc:creator>
        <guid isPermaLink="false">81151@/forums/discussions</guid>
        <description><![CDATA[<p>Recently, I swtched data delivery to serverside scripting. After some struggle, SeaerchPanes work now, too.</p>

<p>But however, the render option, which is a custom function to style some fields in the table in a custom way (like as badges, etc., and above all: localization), is not called together with the SearchPane. Only the data in the table itself is rendered as intended:</p>

<p><img src="https://datatables.net/forums/uploads/editor/xc/m9khr7dclu9z.png" alt="" title="" /></p>

<p>With my prior implementation which did not use serverside scripting, the rendering works just fine: The SearchPanes show exact the same entries' styling like the table.</p>

<p>Any ideas?</p>
]]>
        </description>
    </item>
    <item>
        <title>When searchpanes are opened by button, there seems to be a rendering issue</title>
        <link>https://next.datatables.net/forums/discussion/80931/when-searchpanes-are-opened-by-button-there-seems-to-be-a-rendering-issue</link>
        <pubDate>Sat, 17 May 2025 09:01:32 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>BjornHa</dc:creator>
        <guid isPermaLink="false">80931@/forums/discussions</guid>
        <description><![CDATA[<p>If no value has been selected in any of the available panes, it seems like rendering of the columns in the panes are not completed.<br />
I have attached two images showing the difference between when a selection is made and when it is not.</p>

<p>The rendering of the column in the actual table is done using a processing trigger at the end:</p>

<pre><code>            $('#resultTable').on('processing.dt', function (e, settings, data) {
                setTimeout(function(){
                    $(".rating").rating({theme:'krajee-svg', min:0, max:5, step:.5, displayOnly:!0, showCaption:!1, showClear:!1, showCaptionAsTitle:!1, size:'sm'});
                    $('#resultTable').DataTable().columns.adjust().draw();
                }, 500);
            } );
</code></pre>

<p>Without select<br />
<img src="https://datatables.net/forums/uploads/editor/7y/pqe9gvh4p35z.png" alt="" title="" /></p>

<p>With select<br />
<img src="https://datatables.net/forums/uploads/editor/2c/z12uhl52fvqx.png" alt="" title="" /></p>

<p>The actual column is as displayed rendered in both cases.</p>

<p>KR,<br />
Björn Hasselberg</p>
]]>
        </description>
    </item>
    <item>
        <title>Is there any way to speed up searchPanes when using the server-side approach?</title>
        <link>https://next.datatables.net/forums/discussion/80794/is-there-any-way-to-speed-up-searchpanes-when-using-the-server-side-approach</link>
        <pubDate>Thu, 03 Apr 2025 04:00:40 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>lancwp</dc:creator>
        <guid isPermaLink="false">80794@/forums/discussions</guid>
        <description><![CDATA[<p><strong>Link to test case</strong>:<br />
<strong>Debugger code (debug.datatables.net)</strong>:<br />
<strong>Error messages shown</strong>:<br />
<strong>Description of problem</strong>:</p>

<p>My record count is over 7,000 with 30 fields, which makes the table very slow to load—it takes about 20 seconds. To improve performance, I switched to a server-side approach. The table uses both searchPanes and searchBuilder. While searchBuilder performs well, using searchPanes causes significant lag, especially when loading more than 20 fields in searchPanes, which also takes around 20 seconds. This essentially negates the benefits of switching to server-side processing. Is there any way to speed up searchPanes when using the server-side approach?</p>
]]>
        </description>
    </item>
    <item>
        <title>SearchPanes &gt; ServerSide &gt; Requested Data</title>
        <link>https://next.datatables.net/forums/discussion/80731/searchpanes-serverside-requested-data</link>
        <pubDate>Sun, 16 Mar 2025 12:43:25 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>ServiceSoftware</dc:creator>
        <guid isPermaLink="false">80731@/forums/discussions</guid>
        <description><![CDATA[<p>Should I expect that SearchPanes will send the list of columns for which SearchPanes options are requested from the server?</p>

<p>Or do I need to add that myself to the data request? (seems inflexible when it's defined client-side).</p>

<p>We use our own API rather than <a rel="nofollow" href="https://datatables.net/blog/2020/ssp-with-editors-libraries" title="Editor's libraries">Editor's libraries</a>, and I'm not understanding the <a rel="nofollow" href="https://datatables.net/extensions/searchpanes/serverside#Implementation-details" title="sent parameters">sent parameters</a>, which seem to not include SearchPanes client-side configuration (i.e. for which fields should the server send searchPanes options data)?</p>

<p>Looking at the Editor example, it seems that the searchPaneOptions are set there, without regard for what the client has requested (what fields are enabled for SearchPanes).</p>

<p>I've tried setting targets client-side and this is not transmitted in the initial payload:</p>

<pre><code>            "searchPanes": {
                show: true,
                initCollapsed: true,
                dtOpts: { select: { style: 'multi' } },
                viewTotal: false,
                targets: [1, 2, 3]
            },
</code></pre>

<p>and I've tried setting searchPanes in columns client-side (which I prefer):</p>

<pre><code>               {
                    "data": "sr", 
                    "title": "HD", 
                    "visible": false, 
                    "searchPanes": {show: true}
               }, 
</code></pre>

<p>but in both cases the explicit columns relevant for SearchPanes options are not sent in the payload, neither in columns nor in searchPanes object, during initial ajax (pageload) ...</p>

<pre><code>    "searchPanes": {},
    "searchPanes_null": {},
    "searchPanes_options": {
        "cascade": false,
        "viewCount": true,
        "viewTotal": false
    }

</code></pre>

<p>When paging, then the payload for searchPanes object is not empty, but it includes all columns, not just the targets:</p>

<pre><code>    "searchPanes": {
        "sr": {},
        "ss": {},
        "cty_desc": {},
        "regtown": {}
    },
    "searchPanes_null": {
        "sr": {},
        "ss": {},
        "cty_desc": {},
        "regtown": {}
    },
    "searchPanes_options": {
        "cascade": false,
        "viewCount": true,
        "viewTotal": false
    }
</code></pre>
]]>
        </description>
    </item>
    <item>
        <title>SearchPanes &gt; serverSide &gt; POST &gt;  Cannot create property 'searchPanes' on string</title>
        <link>https://next.datatables.net/forums/discussion/80705/searchpanes-serverside-post-cannot-create-property-searchpanes-on-string</link>
        <pubDate>Tue, 11 Mar 2025 14:54:38 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>ServiceSoftware</dc:creator>
        <guid isPermaLink="false">80705@/forums/discussions</guid>
        <description><![CDATA[<p>How can we use SearchPanes with serverSide and POST?</p>

<p>SearchPanes doesn't consume returned data the same way that DataTables does?</p>

<p>We have this error when using DataTables 2.2.2 with POST and SearchPanes:</p>

<p>"Uncaught TypeError: Cannot create property 'searchPanes' on string '{"draw":1,"columns":[{"data":null,"name":"","searchable":false,"orderable":false,"search":{"value":"","regex":false}}, ..."</p>

<p>The error is also documented here (but not a specific solution):  We have this error:  <a rel="nofollow" href="https://stackoverflow.com/questions/77555721/datatables-error-using-searchpanes-and-serverside-with-post-ajax-request">https://stackoverflow.com/questions/77555721/datatables-error-using-searchpanes-and-serverside-with-post-ajax-request</a></p>

<p>Per <a rel="nofollow" href="https://datatables.net/reference/option/ajax.data">https://datatables.net/reference/option/ajax.data</a> we always use this ajax syntax:</p>

<pre><code>new DataTable('#myTable', {
    ajax: {
        url: 'data.json',
        contentType: 'application/json',
        type: 'POST',
        data: function (d) {
            return JSON.stringify(d);
        }
    }
});
</code></pre>

<p>Apparently  data with JSON.stringify is the culprit when using serverSide and POST?</p>

<p>If we need to switch to using "ajax": function (data, callback, settings) {} then what is the equivalent of the simple ajax setting to setting the url and type?</p>

<p><strong>Edited by Kevin:</strong>  Syntax highlighting. Details on how to highlight code using markdown can be <a rel="nofollow" href="https://datatables.net/manual/tech-notes/8#Code">found in this guide</a></p>
]]>
        </description>
    </item>
    <item>
        <title>searchPanes and serverside render</title>
        <link>https://next.datatables.net/forums/discussion/80686/searchpanes-and-serverside-render</link>
        <pubDate>Sat, 08 Mar 2025 01:38:50 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>we0038</dc:creator>
        <guid isPermaLink="false">80686@/forums/discussions</guid>
        <description><![CDATA[<p>I have a column <strong>is_colsed ** which has a value of either **0 or 1</strong><br />
in my table, I render the value to some icon which also render fine in the <code>searchPanes</code>. However, once I set my table to <code>serverSide</code> the <code>serchPanes</code> shows <strong>0 and 1</strong></p>

<p>After some research, I used <code>searchPanes</code> <code>options</code> like this</p>

<pre><code>{
        searchPanes: {
          show: true,
          options: [
            {
              label: 'Closed',
              value: function (rowData, rowIdx) {
                return rowData.issue.is_closed == 1;
              }
            },
            {
              label: 'Open',
              value: function (rowData, rowIdx) {
                return rowData.issue.is_closed == 0;
              }
            }
          ]
        },
        targets: [8]
},
</code></pre>

<p>However, the filter does not work properly with options!</p>

<p>Any suggestion is appreciated.</p>
]]>
        </description>
    </item>
    <item>
        <title>Suddenly getting "SearchPane requires Select" error</title>
        <link>https://next.datatables.net/forums/discussion/80669/suddenly-getting-searchpane-requires-select-error</link>
        <pubDate>Wed, 05 Mar 2025 16:40:59 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>fwtag</dc:creator>
        <guid isPermaLink="false">80669@/forums/discussions</guid>
        <description><![CDATA[<p>Hi there,</p>

<p>currently, I am updating a project from PHP7 &gt; PHP8 and Symfony 5 &gt; Symfony 7. The project uses DataTables and DataTables Editor and worked fine.</p>

<p>But during this update process, after compiling the sources using <code>yarn encore dev|prod</code>, I am getting some weird errors in the console:</p>

<pre><code>777.4baf86e1.js:2 jQuery.Deferred exception: Cannot read properties of undefined (reading '_select') TypeError: Cannot read properties of undefined (reading '_select')
    at r.A.select.init (http://kla-backend.ddev.site/build/398.8c9db4fd.js:2:5270)
    at HTMLDocument.&lt;anonymous&gt; (http://kla-backend.ddev.site/build/398.8c9db4fd.js:2:14281)
    at HTMLDocument.dispatch (http://kla-backend.ddev.site/build/777.4baf86e1.js:2:55226)
    at g.handle (http://kla-backend.ddev.site/build/777.4baf86e1.js:2:53217)
    at Object.trigger (http://kla-backend.ddev.site/build/777.4baf86e1.js:2:85227)
    at HTMLTableElement.&lt;anonymous&gt; (http://kla-backend.ddev.site/build/777.4baf86e1.js:2:85825)
    at E.each (http://kla-backend.ddev.site/build/777.4baf86e1.js:2:18457)
    at E.fn.init.each (http://kla-backend.ddev.site/build/777.4baf86e1.js:2:16936)
    at E.fn.init.trigger (http://kla-backend.ddev.site/build/777.4baf86e1.js:2:85800)
    at re (http://kla-backend.ddev.site/build/398.8c9db4fd.js:2:150377) undefined

777.4baf86e1.js:2 Uncaught Error: SearchPane requires Select
    at new t (398.8c9db4fd.js:2:238709)
    at Object.C [as fnInit] (398.8c9db4fd.js:2:258284)
    at 398.8c9db4fd.js:2:132738
    at Array.forEach (&lt;anonymous&gt;)
    at 398.8c9db4fd.js:2:132697
    at St (398.8c9db4fd.js:2:132768)
    at 398.8c9db4fd.js:2:138679
    at Kt (398.8c9db4fd.js:2:147944)
    at 398.8c9db4fd.js:2:138444
    at Ot (398.8c9db4fd.js:2:138454)
777.4baf86e1.js:2 Uncaught TypeError: Cannot read properties of undefined (reading '_select')
    at r.A.select.init (398.8c9db4fd.js:2:5270)
    at HTMLDocument.&lt;anonymous&gt; (398.8c9db4fd.js:2:14281)
    at HTMLDocument.dispatch (777.4baf86e1.js:2:55226)
    at g.handle (777.4baf86e1.js:2:53217)
    at Object.trigger (777.4baf86e1.js:2:85227)
    at HTMLTableElement.&lt;anonymous&gt; (777.4baf86e1.js:2:85825)
    at E.each (777.4baf86e1.js:2:18457)
    at E.fn.init.each (777.4baf86e1.js:2:16936)
    at E.fn.init.trigger (777.4baf86e1.js:2:85800)
    at re (398.8c9db4fd.js:2:150377)
﻿
</code></pre>

<p>I didn't change anything regarding the initialisation of the DataTables, nor change the entry points or something. It seems, as if there is one small change somewhere that produces the error.</p>

<p>DataTables and its extensions are added with yarn.</p>

<p>The setup is (more or less allways the same) like this (<code>select: true</code> was added by myself AFTER the error occurred, but did not change anything):</p>

<pre><code>import 'datatables.net-select'
import 'datatables.net-searchpanes'
import 'datatables.net-editor'

(...)

$(document).ready(function () {
    const body = $('body');

    const selector = '#categories-datatable'
   
    (...)

    // @ts-ignore
    let table = $(selector).DataTable({
        select: true,
        ajax: {

(...)

</code></pre>

<p>Anybody an idea what's wrong here?</p>
]]>
        </description>
    </item>
    <item>
        <title>searchPanes error on default serverSide</title>
        <link>https://next.datatables.net/forums/discussion/80621/searchpanes-error-on-default-serverside</link>
        <pubDate>Sat, 22 Feb 2025 01:49:48 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>we0038</dc:creator>
        <guid isPermaLink="false">80621@/forums/discussions</guid>
        <description><![CDATA[<p>I keep getting this error message:<br />
<code>ajax is null</code></p>

<p>on this file<code>datatables.js</code><br />
on this line</p>

<pre><code>else if (ajax.url === '') {
     // No url, so don't load any data. Just apply an empty data array
    // to the object for the callback.
    var empty = {};
    DataTable.util.set(ajax.dataSrc)(empty, []);
    callback(empty);
}
</code></pre>

<p>After troubleshooting, I found out that having default value for <code>serverSide</code> is the reason</p>

<pre><code>$.extend( true, $.fn.dataTable.defaults, {
    serverSide: true,
});
</code></pre>

<p>how to fix this while keeping the default <code>serverSide: true,</code></p>
]]>
        </description>
    </item>
    <item>
        <title>is possible to do filtering on sub category pane2 based on values from main category (pane1)</title>
        <link>https://next.datatables.net/forums/discussion/79699/is-possible-to-do-filtering-on-sub-category-pane2-based-on-values-from-main-category-pane1</link>
        <pubDate>Tue, 20 Aug 2024 14:41:38 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>tseonez</dc:creator>
        <guid isPermaLink="false">79699@/forums/discussions</guid>
        <description><![CDATA[<p>I want to show on pane 2 the subcategories that are related to the selected category on pane1.</p>
]]>
        </description>
    </item>
    <item>
        <title>Auto deselect entries with counter at zero | Add counter in render function</title>
        <link>https://next.datatables.net/forums/discussion/79029/auto-deselect-entries-with-counter-at-zero-add-counter-in-render-function</link>
        <pubDate>Thu, 16 May 2024 09:53:40 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>MickMan</dc:creator>
        <guid isPermaLink="false">79029@/forums/discussions</guid>
        <description><![CDATA[<p><strong>Link to test case</strong>:  <a rel="nofollow" href="https://datatables.net/extensions/searchpanes/examples/initialisation/cascadePanes.html">https://datatables.net/extensions/searchpanes/examples/initialisation/cascadePanes.html</a><br />
<strong>Error messages shown</strong>:  None<br />
<strong>Description of problem</strong>:<br />
HI,</p>

<p>I don't know if there is a solution for this, but I would like the entries with the counter at zero to be automatically deselected and the panes to be redrawn.</p>

<p>In the example I linked above, if I select New York and San Francisco together (multiple selection) and then select Customer Support I would like San Francisco to be deselected and the pane to only show New York selected (just as if San Francisco were clicked again to deselect it).</p>

<p>I tried to fix the problem for hours, but to no avail.<br />
I found various discussions on how to select a row in panes, but I don't know how to point the counter to create an if condition. I don't even know if it's the most suitable method.</p>

<p>Another small "problem":<br />
I use this config with a very simple custom render function:</p>

<pre><code>searchPanes: {
    viewTotal: true,
  layout: 'columns-1',
   columns: [0,1,17],
   initCollapsed: true,
   orderable: false,
   cascadePanes: true,
  dtOpts: {
select:{
style: 'multi'
},
    columnDefs: [{
      targets: 0,
      render: function(data, type) {
        if (data === null) {
          return type === 'display' ? 'none' : data;
        } else {
          return type === 'display' ? '' + data : data;
      }
      },
    }],
  },
},
</code></pre>

<p>How can I include the counter of found entries as in the default configuration?<br />
Tried everything but the right code. ^_^'</p>

<p>I'm using Datatables 1.10 and SearchPanes 2.2.0 with Foundation.</p>

<p>Thank you very much in advance to anyone who wants to help me.</p>
]]>
        </description>
    </item>
    <item>
        <title>"Loading Search Panes..." But no search panes load</title>
        <link>https://next.datatables.net/forums/discussion/78921/loading-search-panes-but-no-search-panes-load</link>
        <pubDate>Sun, 05 May 2024 21:25:10 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>Minerva Research and Development LLC</dc:creator>
        <guid isPermaLink="false">78921@/forums/discussions</guid>
        <description><![CDATA[<p>It's a very simple project. I get the following: "Loading Search Panes...". But no search panes appear.<br />
<img src="https://datatables.net/forums/uploads/editor/8o/0ciyq3xug1by.png" alt="" title="" /></p>

<pre><code>&lt;script&gt;
    var table;

    $(document).ready(function () {
        let table = new DataTable('#example', {
            
           
            layout: {
                top1: 'searchPanes'
            },

            dom: 'PBlfrtip',

            searchPanes: {
                viewTotal: true,
                layout: 'columns-3',
                columns: [2, 3, 4],
                threshold: 1
            },
            
            }
        )

      //  table.searchPanes.rebuildPanes();

    });
&lt;/script&gt;
&lt;div class="text-center"&gt;
   
    &lt;table id="example" class="display nowrap" style="width:100%"&gt;
        &lt;thead&gt;
            &lt;tr&gt;
                &lt;th&gt;Name&lt;/th&gt;
                &lt;th&gt;Position&lt;/th&gt;
                &lt;th&gt;Office&lt;/th&gt;
                &lt;th&gt;Age&lt;/th&gt;
                &lt;th&gt;Start Date&lt;/th&gt;
                &lt;th&gt;Salary&lt;/th&gt;
            &lt;/tr&gt;
        &lt;/thead&gt;
        &lt;tbody&gt;
            &lt;tr&gt;
                &lt;td&gt;Tiger Nixon&lt;/td&gt;
                &lt;td&gt;System Architect&lt;/td&gt;
                &lt;td&gt;Edinburgh&lt;/td&gt;
                &lt;td&gt;61&lt;/td&gt;
                &lt;td&gt;2011-04-25&lt;/td&gt;
                &lt;td&gt;$320,800&lt;/td&gt;
            &lt;/tr&gt;
            &lt;tr&gt;
                &lt;td&gt;Garrett Winters&lt;/td&gt;
                &lt;td&gt;Accountant&lt;/td&gt;
                &lt;td&gt;Tokyo&lt;/td&gt;
                &lt;td&gt;63&lt;/td&gt;
                &lt;td&gt;2011-07-25&lt;/td&gt;
                &lt;td&gt;$170,750&lt;/td&gt;
            &lt;/tr&gt;
           
            &lt;tr&gt;
                &lt;td&gt;Gloria Little&lt;/td&gt;
                &lt;td&gt;Systems Administrator&lt;/td&gt;
                &lt;td&gt;New York&lt;/td&gt;
                &lt;td&gt;59&lt;/td&gt;
                &lt;td&gt;2009-04-10&lt;/td&gt;
                &lt;td&gt;$237,500&lt;/td&gt;
            &lt;/tr&gt;
            &lt;tr&gt;
                &lt;td&gt;Bradley Greer&lt;/td&gt;
                &lt;td&gt;Software Engineer&lt;/td&gt;
                &lt;td&gt;London&lt;/td&gt;
                &lt;td&gt;41&lt;/td&gt;
                &lt;td&gt;2012-10-13&lt;/td&gt;
                &lt;td&gt;$132,000&lt;/td&gt;
            &lt;/tr&gt;
         
            &lt;tr&gt;
                &lt;td&gt;Vivian Harrell&lt;/td&gt;
                &lt;td&gt;Financial Controller&lt;/td&gt;
                &lt;td&gt;San Francisco&lt;/td&gt;
                &lt;td&gt;62&lt;/td&gt;
                &lt;td&gt;2009-02-14&lt;/td&gt;
                &lt;td&gt;$452,500&lt;/td&gt;
            &lt;/tr&gt;
            &lt;tr&gt;
                &lt;td&gt;Timothy Mooney&lt;/td&gt;
                &lt;td&gt;Office Manager&lt;/td&gt;
                &lt;td&gt;London&lt;/td&gt;
                &lt;td&gt;37&lt;/td&gt;
                &lt;td&gt;2008-12-11&lt;/td&gt;
                &lt;td&gt;$136,200&lt;/td&gt;
            &lt;/tr&gt;
            &lt;tr&gt;
                &lt;td&gt;Jackson Bradshaw&lt;/td&gt;
                &lt;td&gt;Director&lt;/td&gt;
                &lt;td&gt;New York&lt;/td&gt;
                &lt;td&gt;65&lt;/td&gt;
                &lt;td&gt;2008-09-26&lt;/td&gt;
                &lt;td&gt;$645,750&lt;/td&gt;
            &lt;/tr&gt;
            &lt;tr&gt;
                &lt;td&gt;Olivia Liang&lt;/td&gt;
                &lt;td&gt;Support Engineer&lt;/td&gt;
                &lt;td&gt;Singapore&lt;/td&gt;
                &lt;td&gt;64&lt;/td&gt;
                &lt;td&gt;2011-02-03&lt;/td&gt;
                &lt;td&gt;$234,500&lt;/td&gt;
            &lt;/tr&gt;
            &lt;tr&gt;
                &lt;td&gt;Bruno Nash&lt;/td&gt;
                &lt;td&gt;Software Engineer&lt;/td&gt;
                &lt;td&gt;London&lt;/td&gt;
                &lt;td&gt;38&lt;/td&gt;
                &lt;td&gt;2011-05-03&lt;/td&gt;
                &lt;td&gt;$163,500&lt;/td&gt;
            &lt;/tr&gt;
            &lt;tr&gt;
                &lt;td&gt;Sakura Yamamoto&lt;/td&gt;
                &lt;td&gt;Support Engineer&lt;/td&gt;
                &lt;td&gt;Tokyo&lt;/td&gt;
                &lt;td&gt;37&lt;/td&gt;
                &lt;td&gt;2009-08-19&lt;/td&gt;
                &lt;td&gt;$139,575&lt;/td&gt;
            &lt;/tr&gt;
            &lt;tr&gt;
                &lt;td&gt;Thor Walton&lt;/td&gt;
                &lt;td&gt;Developer&lt;/td&gt;
                &lt;td&gt;New York&lt;/td&gt;
                &lt;td&gt;61&lt;/td&gt;
                &lt;td&gt;2013-08-11&lt;/td&gt;
                &lt;td&gt;$98,540&lt;/td&gt;
            &lt;/tr&gt;
            &lt;tr&gt;
                &lt;td&gt;Finn Camacho&lt;/td&gt;
                &lt;td&gt;Support Engineer&lt;/td&gt;
                &lt;td&gt;San Francisco&lt;/td&gt;
                &lt;td&gt;47&lt;/td&gt;
                &lt;td&gt;2009-07-07&lt;/td&gt;
                &lt;td&gt;$87,500&lt;/td&gt;
            &lt;/tr&gt;
        &lt;/tbody&gt;
        &lt;tfoot&gt;
            &lt;tr&gt;
                &lt;th&gt;Name&lt;/th&gt;
                &lt;th&gt;Position&lt;/th&gt;
                &lt;th&gt;Office&lt;/th&gt;
                &lt;th&gt;Age&lt;/th&gt;
                &lt;th&gt;Start Date&lt;/th&gt;
                &lt;th&gt;Salary&lt;/th&gt;
            &lt;/tr&gt;
        &lt;/tfoot&gt;
    &lt;/table&gt;

&lt;/div&gt;
</code></pre>
]]>
        </description>
    </item>
    <item>
        <title>Scroller with SearchPanes Dark Mode White Background Bootstrap 5</title>
        <link>https://next.datatables.net/forums/discussion/78455/scroller-with-searchpanes-dark-mode-white-background-bootstrap-5</link>
        <pubDate>Mon, 11 Mar 2024 18:32:45 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>ITAppData@HomeStreet.com</dc:creator>
        <guid isPermaLink="false">78455@/forums/discussions</guid>
        <description><![CDATA[<p>When using SearchPanes with Scroller and the Bootstrap 5 theme, the Search Pane windows are white background with white text when utilizing Dark Mode. Without Scroller, it shows as expected.</p>

<p>With Scroller:<br />
<img src="https://datatables.net/forums/uploads/editor/pg/ekl742z1qxa2.png" alt="" title="" /></p>

<p>Without Scroller:<br />
<img src="https://datatables.net/forums/uploads/editor/ez/zz15gjm0jl7h.png" alt="" title="" /></p>

<p>Issue seems to be that this CSS is what is surfacing on the SearchPane window:<br />
<img src="https://datatables.net/forums/uploads/editor/b2/kw9pqhcn9ffx.png" alt="" title="" /></p>

<p>This is with DataTables 2.0.2, SearchPanes 2.3 and Scroller 2.4.1</p>
]]>
        </description>
    </item>
    <item>
        <title>Performance issues regarding views vs tables?</title>
        <link>https://next.datatables.net/forums/discussion/78088/performance-issues-regarding-views-vs-tables</link>
        <pubDate>Wed, 31 Jan 2024 19:21:06 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>dgruska</dc:creator>
        <guid isPermaLink="false">78088@/forums/discussions</guid>
        <description><![CDATA[<p>Hello,<br />
My team and I have been using server-side searchpanes with node and mySQL. We are seeing a significant drop in performance when using a view for the data vs using a static table. Any computations done on the SQL end further decreases performance. Is there a way to remedy this?</p>
]]>
        </description>
    </item>
    <item>
        <title>SearchPanes Editor PHP ServerSide bug with label Array param ?</title>
        <link>https://next.datatables.net/forums/discussion/77405/searchpanes-editor-php-serverside-bug-with-label-array-param</link>
        <pubDate>Fri, 20 Oct 2023 21:09:23 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>tmichel</dc:creator>
        <guid isPermaLink="false">77405@/forums/discussions</guid>
        <description><![CDATA[<p>Hi,</p>

<p>I am using DataTables Editor PHP 2.2.0. When I utilize the label function of SearchPaneOptions with an array, the JSON result always returns a string with the first element of the array, as if I used the function with only a string.</p>

<h2 data-anchor="For-Example-:"><a name="For-Example-:" rel="nofollow" href="#For-Example-:"></a>For Example :</h2>

<p>-&gt;searchPaneOptions( SearchPaneOptions::inst()<br />
    -&gt;table('cours')<br />
    -&gt;value('inscription_id')<br />
    -&gt;label(['inscription.prenom_eleve', 'inscription.nom_eleve', 'inscription.instrument'])<br />
    -&gt;where(function ($q) use ($prof_id) {<br />
        $q-&gt;where('cours.professeur_id', $prof_id, '=');<br />
    })<br />
    -&gt;leftJoin('inscription', 'inscription.id_inscription', '=', 'cours.inscription_id')<br />
    /<em>-&gt;render(function ($row) {<br />
        return $row['inscription.prenom_eleve'].' '.$row['inscription.nom_eleve'].' ('.$row['inscription.instrument'].')';<br />
    })</em>/</p>

<h2 data-anchor=")"><a name=")" rel="nofollow" href="#)"></a>)</h2>

<p>In this example, I commented out the render function because the result is not an array, but a string with the first element of the array label (inscription.prenom_eleve).</p>

<p>Is this a bug or am I misunderstanding something?</p>

<p>Thx</p>
]]>
        </description>
    </item>
    <item>
        <title>Sorting of labels in custom filtering search pane</title>
        <link>https://next.datatables.net/forums/discussion/77159/sorting-of-labels-in-custom-filtering-search-pane</link>
        <pubDate>Wed, 13 Sep 2023 11:34:46 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>TobiasBg</dc:creator>
        <guid isPermaLink="false">77159@/forums/discussions</guid>
        <description><![CDATA[<p>Hi!</p>

<p>I'm creating something similar to the "Age" search pane from the example at <a rel="nofollow" href="https://datatables.net/extensions/searchpanes/examples/customFiltering/customOptionConditions.html">https://datatables.net/extensions/searchpanes/examples/customFiltering/customOptionConditions.html</a><br />
This adds custom entries in a search pane, by providing a label and a value function, which is all working nicely.<br />
Now, I'm not yet happy with the order of these labels in the search pane.<br />
The example also shows this nicely: The "Under 20" label is shown below the "Over 60" label, whereas I would like to have it as the first entry in the search pane, to have a much more logical order.<br />
So, my question: How can I change the order of the labels in such a custom search pane?</p>

<p>Thanks!</p>
]]>
        </description>
    </item>
    <item>
        <title>SearchPaneOptions.php Editor2.2.2</title>
        <link>https://next.datatables.net/forums/discussion/77194/searchpaneoptions-php-editor2-2-2</link>
        <pubDate>Sun, 17 Sep 2023 13:31:04 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>cybersapien</dc:creator>
        <guid isPermaLink="false">77194@/forums/discussions</guid>
        <description><![CDATA[<p>Hi! Had to workarround the original code as PHP 5.3 doesnt support array_column to be used with an array of objects.<br />
ln 410 (sugestion)</p>

<pre><code>$entriesKeys = array_map(function ($e) {
return is_object($e) ? $e-&gt;value : $e['value'];
}, $entriesRows);
</code></pre>
]]>
        </description>
    </item>
    <item>
        <title>Bonjour,</title>
        <link>https://next.datatables.net/forums/discussion/77168/bonjour</link>
        <pubDate>Thu, 14 Sep 2023 10:06:15 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>COTRANS</dc:creator>
        <guid isPermaLink="false">77168@/forums/discussions</guid>
        <description><![CDATA[<p><strong>Link to test case</strong>:<br />
<strong>Debugger code (debug.datatables.net)</strong>:<br />
<strong>Error messages shown</strong>:<br />
<strong>Description of problem</strong>:</p>
]]>
        </description>
    </item>
    <item>
        <title>Dynamically altering the SearchPane placeHolder text for all SearchPanes</title>
        <link>https://next.datatables.net/forums/discussion/77122/dynamically-altering-the-searchpane-placeholder-text-for-all-searchpanes</link>
        <pubDate>Thu, 07 Sep 2023 15:12:48 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>mpell</dc:creator>
        <guid isPermaLink="false">77122@/forums/discussions</guid>
        <description><![CDATA[<p>I need to alter the SearchPane placeholder text, and am doing it like this based on a forum post I found:</p>

<pre><code>    initComplete: function () {
        // Loop through SearchPane inputs to adjust placeholder text to remove HTML.
        $('.dtsp-searchPane').find('input').each(function( index ) {
            var placeholder = $( this ).attr('placeholder');
            $( this ).attr('placeholder', placeholder.replace('&lt;br&gt;',' ').replace('\n',' '))
        });
    }
</code></pre>

<p>It works great.</p>

<p>Would be a nice feature option to be able to specify to remove any formatting and only show the text.</p>
]]>
        </description>
    </item>
    <item>
        <title>Why does my datable misalign after I click on the searchpane button and then change my data?</title>
        <link>https://next.datatables.net/forums/discussion/76800/why-does-my-datable-misalign-after-i-click-on-the-searchpane-button-and-then-change-my-data</link>
        <pubDate>Mon, 24 Jul 2023 03:54:01 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>Larry27</dc:creator>
        <guid isPermaLink="false">76800@/forums/discussions</guid>
        <description><![CDATA[<p><a rel="nofollow" href="https://www.baldwinproject.ca/app/sched40-ws.php">https://www.baldwinproject.ca/app/sched40-ws.php</a><br />
<a rel="nofollow" href="https://debug.datatables.net/amaxef">https://debug.datatables.net/amaxef</a><br />
No Error messages are received<br />
I seem to have gotten my code to reload data based on the onchange event of my select box, and it works great.  The issue I am having is that if I click on the searchpane, and then click the select box, it returns my new data selection, but it mis-aligns the datatable.  I'm not quite sure what's happening.   I also notice when I check the debugger that it show 2 draws, not 1.  I cannot understand why that is??</p>
]]>
        </description>
    </item>
    <item>
        <title>columns.render causes null pointer exception in .NET Editor Library?</title>
        <link>https://next.datatables.net/forums/discussion/76740/columns-render-causes-null-pointer-exception-in-net-editor-library</link>
        <pubDate>Sat, 15 Jul 2023 11:16:42 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>kschl</dc:creator>
        <guid isPermaLink="false">76740@/forums/discussions</guid>
        <description><![CDATA[<p>Hi,<br />
I am using DataTables 1.13.5, SearchPanes 2.2.0 with Server Side Processing and .NET Editor Libraries 2.2.1 .</p>

<p>4 of 13 datatable columns are defined with <code>data: null</code> like</p>

<pre><code>            {
                data: null,
                name: "Overview",
                orderable: false,
                searchable: false,
                className: "myVerticalAlignMiddle",
                visible: false,
                "render": function (data, type, row, meta) {
                    return CreateMetaImgTagString(data.Guid, "overview");
                },
                searchPanes: {
                    show: false
                }
            }
</code></pre>

<p>to show some images and buttons. At server side the data is fetched by</p>

<pre><code>            var response = new DataTables.Editor(db, "MyTable", "Id")
                .Model&lt;IncomingDTE&gt;()
                    .Field(new Field("MyField").SearchPaneOptions(new SearchPaneOptions()))
                    .Debug(true)
                    .TryCatch(true)
                .Process(Request)
                .Data();
</code></pre>

<p>to include the data for my searchpane column <code>MyField</code>.</p>

<p>But I get an <code>NullReferenceException</code> in <code>SearchPaneOptions.cs</code> in method <code>Excec()</code> at line</p>

<pre><code>string fieldName = fields[i].Name();
</code></pre>

<p>Not surprising because the last 4 of 13 elements in the <code>fields</code> array are null. C# debugger output:</p>

<pre><code>{DataTables.Field[13]}
    [0]: {DataTables.Field}
    .....
    [8]: {DataTables.Field}
    [9]: null
    [10]: null
    [11]: null
    [12]: null
</code></pre>

<p>How can I exclude the 4 datatable columns at server side which are defined with  <code>data: null</code> at client side to prevent the exception? Something like</p>

<pre><code>        searchPanes: {
            columns: [3]
        }
</code></pre>

<p>does not change anything.</p>

<p>Note: Without the line</p>

<pre><code> .Field(new Field("MyField").SearchPaneOptions(new SearchPaneOptions()))
</code></pre>

<p>at server side the table is shown as expected. But the search pane is empty.</p>

<p>Thanks a lot for your help!</p>
]]>
        </description>
    </item>
    <item>
        <title>One-to-many setup for sever-side SearchPanes?</title>
        <link>https://next.datatables.net/forums/discussion/76710/one-to-many-setup-for-sever-side-searchpanes</link>
        <pubDate>Tue, 11 Jul 2023 19:02:12 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>dgruska</dc:creator>
        <guid isPermaLink="false">76710@/forums/discussions</guid>
        <description><![CDATA[<p>Hi,<br />
  I am trying to get a distinct list of the options in the lookup table in a SearchPane, and a comma-separated list in the DataTable. I have a Node backend with the following:</p>

<p><code>let editor = new Editor(db, 'a', 'a.id')</code>
<code>.fields([</code>
<code>new Field('a.STOCKSTATUS').searchPaneOptions(new SearchPaneOptions().where(function () { this.whereNotNull('a.STOCKSTATUS') })),</code>
<code>new Field('a.ACTIVE'),</code>
<code>new Field('b.VACUUMRANGE').options(</code>
<code>new Options().table('b').value('ID').label('VACUUMRANGE')</code>
<code>),</code>
<code>])</code>
<code>.leftJoin('b', 'b.PARTNO', '=', 'a.PARTNO')</code>
<code>.write(false);</code></p>

<p>I am getting the following error:<br />
<code>field.dbField is not a function</code></p>

<p>Am I just doing something wrong, or are joins not supported in server-side SearchPanes?</p>

<p>Thanks,<br />
Dave</p>
]]>
        </description>
    </item>
    <item>
        <title>Missing Rows</title>
        <link>https://next.datatables.net/forums/discussion/76532/missing-rows</link>
        <pubDate>Sun, 18 Jun 2023 08:07:12 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>ramix</dc:creator>
        <guid isPermaLink="false">76532@/forums/discussions</guid>
        <description><![CDATA[<p>I have the same issues as described here:<br />
<a rel="nofollow" href="https://datatables.net/forums/discussion/62091/search-panes-items-hidden-when-using-mousewheel-show-flicker-in-out-using-actual-scroll-bar">https://datatables.net/forums/discussion/62091/search-panes-items-hidden-when-using-mousewheel-show-flicker-in-out-using-actual-scroll-bar</a></p>

<p>There are no errors, no way I can replicate this somewhere else.</p>

<p><img src="https://datatables.net/forums/uploads/editor/98/2nivy68iag3y.png" alt="" title="" /></p>

<p>Simply, there are more items that are supposed to be shown. the scroll area is big enugh. Only after sorting that specific pane, sometimes the missing data appears.</p>

<p>Any clue on this? or maybe somebody has a way to relicated this ?</p>
]]>
        </description>
    </item>
    <item>
        <title>Custmozing Searchpane Headers, width and Scrolling</title>
        <link>https://next.datatables.net/forums/discussion/76503/custmozing-searchpane-headers-width-and-scrolling</link>
        <pubDate>Mon, 12 Jun 2023 06:07:49 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>Larry27</dc:creator>
        <guid isPermaLink="false">76503@/forums/discussions</guid>
        <description><![CDATA[<p><strong>Link to test case</strong>:  <a rel="nofollow" href="https://www.baldwinproject.ca/app/sched40-ws.php">https://www.baldwinproject.ca/app/sched40-ws.php</a><br />
<strong>Debugger code (debug.datatables.net)</strong>: <a rel="nofollow" href="https://debug.datatables.net/ejehef">https://debug.datatables.net/ejehef</a><br />
<strong>Error messages shown</strong>: One, non-related error - .map file issue<br />
<strong>Description of problem</strong>: My searchpane is filtering as I want, but I need to customize a few things.  I've spent hours search for the right information, and I have found many answers to my questions, but 4 have eluded me so far.<br />
I have these 4 remaining issues;<br />
1. Set column width, so that 2 character fields don't use the same space as other fields.  Please see the column 'Type'<br />
2. Each pane only shows 6 records, but when I scroll a pane using the mousewheel, it moves down more than 20 records, so I simply don't see many options.<br />
3. Over the population and household columns I want to show the name of the column, but not the other controls<br />
4. I see in the debugger there are 2 draws when I refresh my page.  It's not clear to me what triggers this behaviour.  Could you point me to some documentation on this issue?</p>

<p>Any help you can offer, I would appreciate.</p>

<p>Thanks,</p>

<p>Larry</p>
]]>
        </description>
    </item>
    <item>
        <title>Are custom panes now supported in SearchPanes 2.1.2?</title>
        <link>https://next.datatables.net/forums/discussion/76065/are-custom-panes-now-supported-in-searchpanes-2-1-2</link>
        <pubDate>Fri, 14 Apr 2023 19:32:20 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>dgruska</dc:creator>
        <guid isPermaLink="false">76065@/forums/discussions</guid>
        <description><![CDATA[<p>"It is worth noting that custom panes will not be supported by server-side processing in SearchPanes 1.1 but this is something that we are aiming to provide in the future with SearchPanes 1.2."<br />
- from <a rel="nofollow" href="https://editor.datatables.net/manual/php/searchpanes">https://editor.datatables.net/manual/php/searchpanes</a></p>

<p>If they are supported, is there a different syntax to get them to work? I got a test partially working (returns "undefined" and the correct number of results) by using the following:</p>

<pre><code>    "searchPanes": {
        show: true,
        header: 'Vacuum Range',
        options: [
            {
                value: function(rowData, rowIdx) {
                    console.log(rowData.VACUUMRANGETOTAL);
                    return true;
                }
            }
        ]
    }
</code></pre>

<p>According to the examples at <a rel="nofollow" href="https://datatables.net/extensions/searchpanes/customSearchFunctions,">https://datatables.net/extensions/searchpanes/customSearchFunctions,</a> though, I should be able to use rowData[0].</p>

<p>If this is not currently supported, any idea when it will be?</p>
]]>
        </description>
    </item>
    <item>
        <title>Searchpanes problem when using Editor Libraries on DotNet 7</title>
        <link>https://next.datatables.net/forums/discussion/76041/searchpanes-problem-when-using-editor-libraries-on-dotnet-7</link>
        <pubDate>Wed, 12 Apr 2023 13:42:47 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>parcival</dc:creator>
        <guid isPermaLink="false">76041@/forums/discussions</guid>
        <description><![CDATA[<p>When I try to use SearchPanes with the Editor Library, I get some weird errors on the API.  I have tried to implement the <a rel="nofollow" href="https://editor.datatables.net/examples/extensions/searchPanes.html" title="SearchPanes example">SearchPanes example</a>, but the API generates this error when using a SqlLocalDB:</p>

<pre><code>An unhandled exception occurred while processing the request.
InvalidCastException: Unable to cast object of type 'System.Int32' to type 'System.Nullable`1[System.Int64]'.
DataTables.SearchPaneOptions.Exec(Field fieldIn, Editor editor, List&lt;LeftJoin&gt; leftJoinIn, DtRequest http, Field[] fields) 
</code></pre>

<p>I made a <a rel="nofollow" href="https://github.com/gotmoo/MinimalDatatablesEditor" title="GitHub repo with the demo code">GitHub repo with the demo code</a> with my modifications for running in Minimal API, with the <a rel="nofollow" href="https://github.com/gotmoo/MinimalDatatablesEditor/blob/master/Endpoints/SearchPanesEndpoint.cs" title="specific endpoint here">specific endpoint here</a></p>
]]>
        </description>
    </item>
    <item>
        <title>Can you inspect SearchPane data before it is sent to the server?</title>
        <link>https://next.datatables.net/forums/discussion/75995/can-you-inspect-searchpane-data-before-it-is-sent-to-the-server</link>
        <pubDate>Thu, 06 Apr 2023 21:12:05 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>wblakenc</dc:creator>
        <guid isPermaLink="false">75995@/forums/discussions</guid>
        <description><![CDATA[<p>Hello all. I am trying to resolve a 'potential' blind SQL injection issue found by our automated software scanner. The scanner says my application might be vulnerable due to:</p>

<blockquote>
  <p>The test result seems to indicate a vulnerability because it shows that values can be appended to parameter values,<br />
  indicating that they were embedded in an SQL query.</p>
</blockquote>

<p>I am using SearchPanes to filter employee information based on their organization, pay plan, etc. and the scanner is saying because they can append data to the selected value parameter it fails. The server will reject the message from the user so its not a true SQL injection but here we are.</p>

<p>Anyway, the question is: can you inspect the data before it is sent to the server? Ideally I could use a regex library to remove hazardous characters etc.</p>

<p>Thanks!</p>
]]>
        </description>
    </item>
    <item>
        <title>Details of filters in effect to display on webpage and exported Excel and PDF Reports</title>
        <link>https://next.datatables.net/forums/discussion/75905/details-of-filters-in-effect-to-display-on-webpage-and-exported-excel-and-pdf-reports</link>
        <pubDate>Mon, 27 Mar 2023 03:46:33 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>Larry27</dc:creator>
        <guid isPermaLink="false">75905@/forums/discussions</guid>
        <description><![CDATA[<p><a rel="nofollow" href="https://www.baldwinproject.ca/app/on/municipal_list.php">https://www.baldwinproject.ca/app/on/municipal_list.php</a><br />
<a rel="nofollow" href="https://debug.datatables.net/ozerih">https://debug.datatables.net/ozerih</a><br />
<strong>Error messages shown</strong>:<br />
I'm trying to add the details of the active filter in effect when I export an Excel or PDF.</p>

<p>For example, If I filter to see municipalities with populations of less than 500, and I would like to see that printed on the exported report so anyone reading the report knows the basis of the report, i.e.   All municipalities with less than 500 population</p>
]]>
        </description>
    </item>
    <item>
        <title>Searchpanes by range rather than specific value, i.e. population range, &lt;2,500 , and &gt;2,500</title>
        <link>https://next.datatables.net/forums/discussion/75585/searchpanes-by-range-rather-than-specific-value-i-e-population-range-2-500</link>
        <pubDate>Tue, 28 Feb 2023 06:32:54 +0000</pubDate>
        <category>SearchPanes</category>
        <dc:creator>Larry27</dc:creator>
        <guid isPermaLink="false">75585@/forums/discussions</guid>
        <description><![CDATA[<p><a rel="nofollow" href="https://www.baldwinproject.ca/app/on/municipal_list.php">https://www.baldwinproject.ca/app/on/municipal_list.php</a><br />
<strong><a rel="nofollow" href="https://debug.datatables.net/amejih**:">https://debug.datatables.net/amejih**:</a><br />
**No error</strong>:<br />
<strong>I want to be able to search on population and household ranges, rather than the individual population and household values.</strong>:<br />
For example;<br />
0-2,500,<br />
2,500-5,000,<br />
5,000-7,500</p>

<p>Any help you can offer would be greatly appreciated</p>

<p>Thanks,</p>

<p>Larry</p>
]]>
        </description>
    </item>
   </channel>
</rss>
