Skip to content

Commit

Permalink
Eliminar propiedades antiguas
Browse files Browse the repository at this point in the history
  • Loading branch information
xaabi6 committed Apr 15, 2024
1 parent 5ad15d6 commit 72467b3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spec/table/tableCreator.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ export function createDatatable1(ctx, callback) {
name: 'id',
index: 'id',
editable: false,
width: 80,
formoptions: {
rowpos: 1,
colpos: 1
Expand All @@ -154,8 +153,7 @@ export function createDatatable1(ctx, callback) {
formoptions: {
rowpos: 3,
colpos: 1
},
classes: 'ui-ellipsis'
}
}, {
name: 'edad',
index: 'edad',
Expand Down

0 comments on commit 72467b3

Please sign in to comment.