localize library cdn, remove approve button from transaction page, fix all fitur running datatable as well, fixing sortable datatable using new cdn, fix modal approve, add note to receiver mutations
This commit is contained in:
16
resources/js/vendor.js
Normal file
16
resources/js/vendor.js
Normal file
@@ -0,0 +1,16 @@
|
||||
// Import vendor libraries
|
||||
import "datatables.net";
|
||||
import "datatables.net-bs4";
|
||||
import "datatables.net-fixedcolumns";
|
||||
import "datatables.net-fixedcolumns-bs4";
|
||||
import Swal from "sweetalert2";
|
||||
import Chart from "chart.js/auto";
|
||||
import ChartDataLabels from "chartjs-plugin-datalabels";
|
||||
|
||||
// Make libraries globally available
|
||||
window.Swal = Swal;
|
||||
window.Chart = Chart;
|
||||
window.ChartDataLabels = ChartDataLabels;
|
||||
|
||||
// Register Chart.js plugin
|
||||
Chart.register(ChartDataLabels);
|
||||
Reference in New Issue
Block a user