Can we load data by column?

Can we load data by column?

ravibm100ravibm100 Posts: 6Questions: 0Answers: 0
edited May 2012 in General
Hi All,

I saw there is a function, fnUpdate using which we can update value of a cell or row. I need one info, is it possible to update values of a column?

I have a requirement like, we have 4 columns table. First column data should be loaded first, then all other columns should be loaded as and when data fetched for them.

Thanks and Regards,
Ravi

Replies

  • allanallan Posts: 63,542Questions: 1Answers: 10,476 Site admin
    Currently there is no API method that would provide fnUpdate for a whole column, but I'm sure one could be made using the API and a plug-in API method. It would basically be a wrapper around fnUpdate for the required cell on each row. See http://datatables.net/development/api for information on how to make API plug-ins.

    Allan
  • ravibm100ravibm100 Posts: 6Questions: 0Answers: 0
    Thank you very much for the info Allan.
This discussion has been closed.