GithubHelp home page GithubHelp logo

Response Handler about bootstrap-table HOT 6 CLOSED

wenzhixin avatar wenzhixin commented on May 21, 2024
Response Handler

from bootstrap-table.

Comments (6)

wenzhixin avatar wenzhixin commented on May 21, 2024

Hi,

Sorry, I have never used ASP.Net MVC. The response handler function you can use to handler the response data format before load remote data. For example your response is not a standard data:
http://wenzhixin.net.cn/p/bootstrap-table/docs/examples.html#card-view

    // client side: return array
    function responseHandler(res) {
        return res.repos;
    }

    // server side: return object with rows and total params
    function responseHandler(res) {
        return {
            rows: res.repos;
            total: res.repos.length
        }
    }

from bootstrap-table.

ibnerafiq avatar ibnerafiq commented on May 21, 2024

Dear Wenzhixin,

Thanks for quick reply, I want to say that I have already data in required json format and before load I want to add some attributes to each property in rows (row.Id,row.Name row.DateCreated etc.) (basically I want to use x-editable.js for inline editing), how can I do that.

Regards,

from bootstrap-table.

wenzhixin avatar wenzhixin commented on May 21, 2024

I think you can use the formatter column function to do that.
I will add a example with x-editable.js if I have time.

Regards.

from bootstrap-table.

ibnerafiq avatar ibnerafiq commented on May 21, 2024

Thanks for your guidance.

from bootstrap-table.

wenzhixin avatar wenzhixin commented on May 21, 2024

You are welcome :)

from bootstrap-table.

naimhiq avatar naimhiq commented on May 21, 2024

Hi @wenzhixin,

I have a question regarding to response handler. In my bootstrap table I would like to implement a custom toolbar search but when I pass the responseHandler function I am getting an 'undefined', I am able to see the query search from the search field as an object but not able to search in the table for data. I will really appreciate if you can have a look here http://growtogether.se/iklart/ and help with with any tips to resolve this issue. I can also provide with jsfiddle if needed.

Thanks in advanced !

from bootstrap-table.

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.