Change values only for changed cells - Like an airport flights panel

Change values only for changed cells - Like an airport flights panel

raphaeliasraphaelias Posts: 1Questions: 0Answers: 0
edited July 2011 in General
Hi everyone,

I'm developing an Asp.net solution for a company that needs a data table for a large ammount of datas.

Each row is a "request service". While these request is being processed, I need to change only the status column.

Is it possible with DataTables?

Do I need to pass all the objects or just the ones that has been changed?

Thanks for the help and sorry for my bad english writting! lol

Replies

  • cdaiglecdaigle Posts: 57Questions: 0Answers: 0
    You can update a row without reloading all the data again by using the fnUpdate api function. You can read up more on it here: http://www.datatables.net/api#fnUpdate. It also allows you to update just a cell within a given row.

    Hope this helps.
This discussion has been closed.