Note that there are some explanatory texts on larger screens.

plurals
  1. USRafa
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COWell if its possible for you, you can code a console application which runs the query every hour and just store the results in the back-end code and just display the information where you want it through the back-end storage. This would assure that your results stay static for whatever time you want. Not really sure how or where you're displaying your information but this has worked for me in the past in previous projects.
      singulars
    2. COAs far as styling goes its all CSS stuff that jquery that searches through the class of let's say a label and finds the particular Id for that element (I'm using a asp:repeater) and applies a styling depending on what the text of the label is. I'm almost certain it has to do more with adding some handler just not sure how I can do it so that every element within each row gets bonded whether the row was just created or created in the future.
      singulars
    3. CO@Nilesh Here is initialization var oTable = $('#tblWebsites').dataTable({ "aoColumnDefs": [ { "bSortable": false, "aTargets": [0] } ], 'sPaginationType': 'full_numbers', "aaSorting": [[1, 'asc']], "oDeleteRowButtonOptions": true, "iDisplayLength": 2, "bLengthChange": false, "bFilter": false, "bSort": false, "sClass": "center", "bAutoWidth": false, "aoColumns": [{ "sWidth": "5%" }, { "sWidth": "22%" }, { "sWidth": "25%" }, { "sWidth": "25%" }] });
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload