Skip to content

Commit

Permalink
Update eli-datatables.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-techsoul authored Nov 19, 2024
1 parent 9056a91 commit 0ce89c0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions eli-datatables.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ function elitable(selector){
length : document.querySelectorAll(selector).length,
init: (htmlelement) => self.element.forEach((el) => {
self.updateDataLink(el);
// self.initialize(el);
// self.multiselect(el);
// self.search(el);
// self.sort(el);
// self.pagein(el);
// self.scrollin(el);
// self.updateData(el);
self.initialize(el);
self.multiselect(el);
self.search(el);
self.sort(el);
self.pagein(el);
self.scrollin(el);
self.updateData(el);
}),
refresh:(htmlelement) => self.element.forEach((el) => {
self.initialize(el);
Expand Down

0 comments on commit 0ce89c0

Please sign in to comment.