akveo / akveo/nebular

Delete and Update functionality for tree grid

Aberta
#1,942 0 comentários 3 reações 0 responsáveis Ver no GitHub
enhancement module:components needs triage
Linguagem predominante
TypeScript
Estrelas
8.1k
Forks
1.5k
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

### Issue type

**I'm submitting a ...** (check one with "x")

* [ ] bug report
* [X] feature request

### Issue description

**Current behavior:**
You have to make changes to the data which was used by the `NbTreeGridDataSourceBuilder` and then re-instantiate the `NbTreeGridDataSource` of the TreeGrid

**Expected behavior:**
Add functions to `NbTreeGridDataSource` to update or delete entries

**Steps to reproduce:**
Something like this would be nice
```ts
NbTreeGridDataSource.update(target: T, updated: T)
NbTreeGridDataSource.delete(target: T, options?: {deep?: boolean})
```

Guia de contribuição

Abrir o guia de contribuição

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.