Search Builder - conditions don't appear for v2.3.3

Search Builder - conditions don't appear for v2.3.3

robsimpsonrobsimpson Posts: 36Questions: 8Answers: 1

Hi,

The download page suggests SearchBuilder 2.3.3 as the latest. But when I use this in my bundle the Condition button drop-down has no content.

When I revert back to 2.3.2 all works.

Is there something else in my stack interfering with this?

    <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/v/dt/jqc-1.12.4/jszip-2.5.0/dt-1.12.1/b-2.2.3/b-colvis-2.2.3/b-html5-2.2.3/b-print-2.2.3/date-1.1.2/sb-1.3.2/sp-2.0.1/sl-1.4.0/datatables.min.css"/>

    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.36/pdfmake.min.js"></script>
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdfmake/0.1.36/vfs_fonts.js"></script>
    <script type="text/javascript" src="https://cdn.datatables.net/v/dt/jqc-1.12.4/jszip-2.5.0/dt-1.12.1/b-2.2.3/b-colvis-2.2.3/b-html5-2.2.3/b-print-2.2.3/date-1.1.2/sb-1.3.2/sp-2.0.1/sl-1.4.0/datatables.min.js"></script>
    
    <link rel="stylesheet" type="text/css" href="css/generator-base.css">
    <link rel="stylesheet" type="text/css" href="css/editor.dataTables.min.css">

    <script type="text/javascript" charset="utf-8" src="js/dataTables.editor.min.js"></script>
    <script type="text/javascript" charset="utf-8" src="js/table.table26_v1.js"></script>
    <script type="text/javascript" charset="utf-8" src="js/functions.js"></script>
    <script type="text/javascript" charset="utf-8" src="js/bundleaxios.js"></script>

    <script type="text/javascript" charset="utf8" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.2/moment.min.js"></script>
    <script type="text/javascript" charset="utf8" src="https://cdn.datatables.net/plug-ins/1.10.19/sorting/datetime-moment.js"></script>
    
    <script type="text/javascript" charset="utf8" src="https://code.highcharts.com/highcharts.js"></script>

    <link rel="stylesheet" type="text/css" href="css/styles.css">

Many thanks,

Rob

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,743Questions: 1Answers: 10,111 Site admin
    Answer ✓

    Hi Rob,

    Are you using server-side processing? There is a bug in that leased release unfortunately. I'm going to get a release done later this week to address that (the fix is already in github).

    Allan

  • robsimpsonrobsimpson Posts: 36Questions: 8Answers: 1

    I am, yes. Thanks for the rapid response!

Sign In or Register to comment.