java script code to assign some columns values of sharepoint list to empty table

Hi

I want java script code to assign some columns values of sharepoint list to empty table

Thanks,

Siva

March 19th, 2015 1:16am

Hi Siva,

Per my understanding, you might want to query items of a list and insert into another list using JavaScript.

With JavaScript Client Object Model, we will be able Create, Update, and Delete list items from list using JavaScript:

https://msdn.microsoft.com/en-us/library/office/hh185011%28v=office.14%29.aspx?f=255&MSPPError=-2147217396

Feel free to reply if there is still any question about this.

Thanks

Patrick Liang

Free Windows Admin Tool Kit Click here and download it now
March 20th, 2015 7:57am

No I want java script to get title and description column of list1 to my HTML table.
March 20th, 2015 5:00pm

Hi,

Is it mean that you want to get the values of from these two columns in each item of list1, then display in your custom HTML table?

If this is the case, as it will require to query items in a list, the links provided in my previous post would be helpful.

With the value retrieved, we will be able to generate a HTML table afterwards:

http://www.w3schools.com/js/js_htmldom_html.asp

Thanks

Patrick Liang

Free Windows Admin Tool Kit Click here and download it now
March 23rd, 2015 9:57pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics