Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need help on this @iddan #1

Closed
kamaldlk opened this issue Feb 28, 2018 · 1 comment
Closed

need help on this @iddan #1

kamaldlk opened this issue Feb 28, 2018 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@kamaldlk
Copy link

kamaldlk commented Feb 28, 2018

below Json Structure would be good for table data all tables using like this only please give me suggestion how to do this

{
  "Id": "GridData",
  "Columns": [
    {
      "Key": "Id",
      "Name": "Id",
      "Width": 40,
      "Fixed": true
    },
    {
      "Key": "task",
      "Name": "Title",
      "Width": 100,
      "Fixed": true
    },
    {
      "Key": "priority",
      "Name": "Priority",
      "Width": 125
    },
    {
      "Key": "issueType",
      "Name": "Issue Type",
      "Width": 150
    },
    {
      "Key": "taskInfo",
      "Name": "Task info",
      "Width": 400
    },
    {
      "Key": "complete",
      "Name": "% Complete",
      "Width": 200
    },
    {
      "Key": "startDate",
      "Name": "Start Date",
      "Width": 300
    },
    {
      "Key": "completeDate",
      "Name": "Expected Complete",
      "Width": 300
    },
    {
      "Key": "notes",
      "Name": "Task notes",
      "Width": 300,
      "RightFixed": false
    }
  ],
  "Table::Employee": [
    {
      "Id": 1,
      "priority": "OrangeRed",
      "issueType": "Major",
      "task": "Task 1",
      "complete": 100,
      "taskInfo": "Test",
      "startDate": "Sun May 08 2016 13:59:24 GMT+0530 (IST)",
      "completeDate": "Fri Jun 24 2016 17:54:05 GMT+0530 (IST)",
      "notes": ""
    },
    {
      "Id": 2,
      "priority": "OrangeRed",
      "issueType": "Major",
      "task": "Task 1",
      "complete": 100,
      "taskInfo": "Test",
      "startDate": "Sun May 08 2016 13:59:24 GMT+0530 (IST)",
      "completeDate": "Fri Jun 24 2016 17:54:05 GMT+0530 (IST)",
      "notes": ""
    },
    {
      "Id": 3,
      "priority": "OrangeRed",
      "issueType": "Major",
      "task": "Task 1",
      "complete": 100,
      "taskInfo": "Test",
      "startDate": "Sun May 08 2016 13:59:24 GMT+0530 (IST)",
      "completeDate": "Fri Jun 24 2016 17:54:05 GMT+0530 (IST)",
      "notes": ""
    },
    {
      "Id": 4,
      "priority": "OrangeRed",
      "issueType": "Major",
      "task": "Task 1",
      "complete": 100,
      "taskInfo": "Test",
      "startDate": "Sun May 08 2016 13:59:24 GMT+0530 (IST)",
      "completeDate": "Fri Jun 24 2016 17:54:05 GMT+0530 (IST)",
      "notes": ""
    },
    {
      "Id": 5,
      "priority": "OrangeRed",
      "issueType": "Major",
      "task": "Task 1",
      "complete": 100,
      "taskInfo": "Test",
      "startDate": "Sun May 08 2016 13:59:24 GMT+0530 (IST)",
      "completeDate": "Fri Jun 24 2016 17:54:05 GMT+0530 (IST)",
      "notes": ""
    },
    {
      "Id": 6,
      "priority": "OrangeRed",
      "issueType": "Major",
      "task": "Task 1",
      "complete": 100,
      "taskInfo": "Test",
      "startDate": "Sun May 08 2016 13:59:24 GMT+0530 (IST)",
      "completeDate": "Fri Jun 24 2016 17:54:05 GMT+0530 (IST)",
      "notes": ""
    },
    {
      "Id": 7,
      "priority": "OrangeRed",
      "issueType": "Major",
      "task": "Task 1",
      "complete": 100,
      "taskInfo": "Test",
      "startDate": "Sun May 08 2016 13:59:24 GMT+0530 (IST)",
      "completeDate": "Fri Jun 24 2016 17:54:05 GMT+0530 (IST)",
      "notes": ""
    }
  ]
}
@iddan iddan added the question Further information is requested label Feb 28, 2018
@iddan iddan self-assigned this Feb 28, 2018
@iddan
Copy link
Owner

iddan commented Feb 28, 2018

Hey there @kamaldlk, thanks for giving the library a try! For now I can't code you the solution but as the library will gain docs I hope it'll be easier for you to do it yourself.

@iddan iddan closed this as completed Feb 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants