Code Monkey home page Code Monkey logo

Comments (5)

rstaib avatar rstaib commented on May 23, 2024

How does the result from your fetchdata.php file looks like?

from jquery-bootgrid.

kim2235 avatar kim2235 commented on May 23, 2024

[["8","8","[email protected]","[email protected]","Lyn, Anna","Lyn, Anna","3","3","1","1","2014-09-17","2014-09-17","2014-09-17","2014-09-17"],["9","9","[email protected]","[email protected]","Medina, Victor","Medina, Victor","3","3","1","1","2014-09-17","2014-09-17","2014-09-17","2014-09-17"],["10","10","[email protected]","[email protected]","Lazo, Kenneth","Lazo, Kenneth","3","3","1","1","2014-09-17","2014-09-17","2014-09-17","2014-09-17"],["11","11","[email protected]","[email protected]","Ramos, Peter","Ramos, Peter","3","3","1","1","2014-09-17","2014-09-17","2014-09-17","2014-09-17"],["12","12","[email protected]","[email protected]","Briton, Kevin","Briton, Kevin","3","3","1","1","2014-09-17","2014-09-17","2014-09-17","2014-09-17"],["13","13","[email protected]","[email protected]","Diones, Ryan","Diones, Ryan","3","3","1","1","2014-09-17","2014-09-17","2014-09-17","2014-09-17"],

something like this sir.. I did not post the whole json result cause its really long

from jquery-bootgrid.

rstaib avatar rstaib commented on May 23, 2024

Okay I see the problem. Your result format isn't right. There are two options to solve it. The first one is to change your PHP file so that it returns the right JSON response like in the data example (take a look on the expected JSON response format in the code section). The second option is to convert your response into the expected response format with the responseHandler (see here).

from jquery-bootgrid.

kim2235 avatar kim2235 commented on May 23, 2024

ok sir thanks for the response I'll try it out

from jquery-bootgrid.

shura25 avatar shura25 commented on May 23, 2024

Hi,
I have the same error. I'am using a webservice and the response is the following:
{"current": 1,"rowCount": 10,"rows": [{"num_identificacion": "111940526","nom_apellido1": "Rodriguez","nom_apellido2": "Guzman","nom_nombre": "Pablo"},{"num_identificacion": "303910137","nom_apellido1": "Solano","nom_apellido2": "Mora","nom_nombre": "Marianella"}], "total": 2}

The javascript code is:

$('#tblBusqueda').bootgrid({
ajax: true,
ajaxSettings: {
method: "GET",
cache: false
},
searchSettings: {
delay: 100,
characters: 3
},
labels: {
noResults: "No hay resultados",
search: "Buscar",
loading: "Cargando...",
all: "Todos",
infos: "Mostrando {{ctx.start}} a {{ctx.end}} de {{ctx.total}} registros",
refresh: "Refrescar"
},
post: function () {
/* To accumulate custom parameter with the request object */
return {
id: "b0df282a-0d67-40e5-8558-c9e93b7befed"
};
},
url: "/WebServices/ServicioPensionesASMX.asmx/ConsultarPersonasJSON",
selection: true,
multiSelect: true
});

Thanks for your help.

from jquery-bootgrid.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.