fix: 🐛 Remove non-existing bindEvents method call
This commit is contained in:
parent
7eaabcbfe0
commit
1f27d194ca
@ -11,8 +11,6 @@ export default class BodyRenderer {
|
|||||||
this.bodyScrollable = instance.bodyScrollable;
|
this.bodyScrollable = instance.bodyScrollable;
|
||||||
this.bodyDiv = $('.dt-body', this.bodyScrollable);
|
this.bodyDiv = $('.dt-body', this.bodyScrollable);
|
||||||
this.log = instance.log;
|
this.log = instance.log;
|
||||||
|
|
||||||
this.bindEvents();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
renderRows(rows) {
|
renderRows(rows) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user