app/javascript/tables/application.js in katalyst-tables-3.0.0.beta1 vs app/javascript/tables/application.js in katalyst-tables-3.1.0
- old
+ new
@@ -1,16 +1,11 @@
-import TurboCollectionController from "./turbo/collection_controller";
import OrderableItemController from "./orderable/item_controller";
import OrderableListController from "./orderable/list_controller";
import OrderableFormController from "./orderable/form_controller";
import SelectionFormController from "./selection/form_controller";
import SelectionItemController from "./selection/item_controller";
const Definitions = [
- {
- identifier: "tables--turbo--collection",
- controllerConstructor: TurboCollectionController,
- },
{
identifier: "tables--orderable--item",
controllerConstructor: OrderableItemController,
},
{