Commit 5eecf28
Improve DataGrid boolean cell handling.
Allow boolean cells to be recognized as true if their text content is "true", in addition to having a `data-value` attribute, and ensure boolean cells have a `part` attribute.
Bug: 443727194
Change-Id: I1f079a45cc94fe056e275744573c527f0c3e9bba
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6948391
Reviewed-by: Philip Pfaffe <[email protected]>
Auto-Submit: Danil Somsikov <[email protected]>
Commit-Queue: Danil Somsikov <[email protected]>1 parent 62e1652 commit 5eecf28
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
402 | | - | |
| 402 | + | |
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
| |||
472 | 472 | | |
473 | 473 | | |
474 | 474 | | |
475 | | - | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
476 | 478 | | |
477 | 479 | | |
478 | 480 | | |
| |||
0 commit comments