[ 15 posts ] Go to page Previous1, 2

Alberto Santini

YUI Contributor

  • Offline
  • Profile
Tags:

Re: YUI Datatable displays rows but data is not shown

Post Posted: Fri Jan 21, 2011 9:08 am
+0-
Hello Liam.

datatableSource.responseSchema = {
resultsList: "userInfo",
fields: ["name","age","level","experience","subtotal"]
};

Hope that helps,
IceBox

Todd Smith

YUI Contributor

  • Username: stlsmiths
  • Joined: Thu Nov 05, 2009 10:03 am
  • Posts: 675
  • GitHub: stlsmiths
  • Gists: stlsmiths
  • IRC: t_smith
  • Offline
  • Profile

Re: YUI Datatable displays rows but data is not shown

Post Posted: Fri Jan 21, 2011 9:21 am
+0-
Actually you had it right the first time Liam. Look at your column key names, they have first letter uppercase! That won't match with the schema keynames which are all lowercase. Change the column keyname first character to lowercase and it will work.

Alberto, I think .resultsList only works with TYPE_JSON if I am not mistaken

Todd

Liam Rice

  • Username: liamderice
  • Joined: Mon Jan 04, 2010 8:36 am
  • Posts: 3
  • Offline
  • Profile
Tags:

Re: YUI Datatable displays rows but data is not shown

Post Posted: Fri Jan 21, 2011 9:33 am
+0-
d'oh, thanks guys :).

Alberto Santini

YUI Contributor

  • Offline
  • Profile

Re: YUI Datatable displays rows but data is not shown

Post Posted: Fri Jan 21, 2011 9:36 am
+0-
Tom,
you are right. I misunderstood JSON string in variable name. ;)

Liam,
key field in the schema should match with the field in the data, as Tom said.

Maybe you can consider "label" property to define the name of the column.

Regards,
IceBox

Liam Rice

  • Username: liamderice
  • Joined: Mon Jan 04, 2010 8:36 am
  • Posts: 3
  • Offline
  • Profile
Tags:

Re: YUI Datatable displays rows but data is not shown

Post Posted: Fri Jan 21, 2011 9:54 am
+0-
label is what I was looking for, thanks.
  [ 15 posts ] Go to page Previous1, 2
Display posts from previous:  Sort by  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum