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