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

Можно ли вывести таблицу в виде иерархии если иерархические данные организованы в виде таблицы #2518

Closed
IgorLelyakov opened this issue May 14, 2024 · 1 comment

Comments

@IgorLelyakov
Copy link

Добрый день!

Можно ли вывести таблицу в виде иерархии если иерархические данные организованы в виде таблицы как показано ниже
var data = [
{
id: "1",
name: "Development",
actualStart: "2018-01-25",
actualEnd: "2018-03-10"
},
{
id: "1_2",
parent: "1",
name: "Analysis",
actualStart: "2018-01-25",
actualEnd: "2018-02-08"
},
{
id: "1_3",
parent: "1",
name: "Design",
actualStart: "2018-02-04",
actualEnd: "2018-02-14"
},
{
id: "1_4",
parent: "1",
name: "Meeting",
actualStart: "2018-02-15",
actualEnd: "2018-02-15"
},
{
id: "1_5",
parent: "1",
name: "Implementation",
actualStart: "2018-02-15",
actualEnd: "2018-02-27"
},

@IgorLelyakov
Copy link
Author

Разобрался с вашим решение, вопрос снимаю

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant