We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cacce3 commit 83e6bbbCopy full SHA for 83e6bbb
src/DataTables/assets/dist/controller.js
@@ -1,7 +1,6 @@
1
import { Controller } from '@hotwired/stimulus';
2
import DataTable from 'datatables.net-dt';
3
4
-let isDataTableInitialized = false;
5
class default_1 extends Controller {
6
constructor() {
7
super(...arguments);
src/DataTables/assets/src/controller.ts
@@ -10,8 +10,6 @@
10
11
12
13
14
-
15
export default class extends Controller {
16
declare readonly viewValue: any;
17
0 commit comments