refactor
This commit is contained in:
parent
aee352924e
commit
ec3fc7f5ca
|
|
@ -6,6 +6,10 @@ export default class extends Controller {
|
|||
static values = {aws: String};
|
||||
|
||||
connect() {
|
||||
this.table();
|
||||
}
|
||||
|
||||
table(){
|
||||
const table = new Tabulator("#tabulator-org", {
|
||||
// Register locales here
|
||||
langs: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue