New processor.
This commit is contained in:
@@ -66,7 +66,7 @@ export class LayerDetailComponent implements OnInit {
|
||||
|
||||
createColumns() {
|
||||
this.displayedColumns = ['code'];
|
||||
for (let i = 1; i < 32; i++) {
|
||||
for (let i = 1; i < 33; i++) {
|
||||
for (const record of this.document.records) {
|
||||
const propertyName = `value${i}` as keyof typeof record;
|
||||
if (record[propertyName] !== null) {
|
||||
|
||||
Reference in New Issue
Block a user