TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
sonali borikar
NA
95
676
i have json file i want show the json data in list
Mar 13 2018 3:21 PM
i have json file i want show the json data in list and this data always be present in list i want to get this data via ajax and store in local JSON object. *There should be fab button on which if user clicks "Add Task" modal appears to add new task. *Fields necessary for a task to be entered are Username( dropdown - populate via static array,not null),Description(not null), and bucket point count(numeric, not null, 0
[
{
"values": {
"bucket": 0.5,
"taskName": "Done some work",
"userName": "Sam",
"taskCreateTimestamp": 1495534511750
}
},
{
"values": {
"bucket": 0.5,
"taskName": "Debugged some issues",
"userName": "Alley",
"taskCreateTimestamp": 1495534910750
}
}]
Reply
Answers (
5
)
Incorect sintax
Constructor change if I wrong and auto generate field