Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Raushen committed Nov 7, 2024
1 parent b051e18 commit e95b8f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/demos/Demos/TreeList/Reordering/jQuery/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $(() => {
showRowLines: true,
expandedRowKeys: [1],
columns: [{
caption: 'Full Name',
caption: 'Employee',
fixed: true,
calculateCellValue(data) {
return [data.Title,
Expand Down

0 comments on commit e95b8f8

Please sign in to comment.