Skip to content
This repository was archived by the owner on Feb 14, 2019. It is now read-only.

Commit 11d9681

Browse files
author
poltavets.pavel
committed
Fix extension name
1 parent 39f32a5 commit 11d9681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To add a custom Simple Table item extension to the Web Dashboard, follow the ste
2323
```javascript
2424
function onBeforeRender(sender) {
2525
var dashboardControl = sender.GetDashboardControl();
26-
dashboardControl.registerExtension(simpleTableExtension(dashboardControl));
26+
dashboardControl.registerExtension(new CustomItemSimpleTableExtension(dashboardControl));
2727
}
2828
```
2929

0 commit comments

Comments
 (0)