I am looking to add the Actions dropdown button in my datatables to edit or delete that records as shown in you https://preview.keenthemes.com/metronic8/demo1/apps/user-management/roles/view.html
But unable to find the script for the above executions in the code.
Can you please help me out with the script side.
I went through the documentation, but there is no script available for the same.
Regards
Peri
Explore our exciting Dubai Desert Safari packages! Choose from a variety of options, including thrilling dune bashing, camel rides, and traditional Bedouin experiences. Book your adventure today for an unforgettable desert getaway!
Experience superior water purification with our 6-stage RO system! Aquafiltrum provides state-of-the-art systems designed for clean water in every setting.
To add an "Actions" dropdown button in your DataTable (like in the example from Metronic), you'll need to implement custom fnf button elements within your table rows. These buttons can include options like "Edit" or "Delete" for each record
I ran upon this exceptional post when perusing show it again; it's great. Please advise me on anything I should do to ensure positivity through the future
geometry dash
Hi,
Please find the JS script of this page in core/html/src/js/custom/apps/user-management/roles/view/view.js
and edit it right away.
Then recompile your assets folder with Gulp or Webpack.
Please note that the build tools are required only in the development environment just to compile the assets when the source folder files are modified. In the hosting/server deployment you will only need the compile assets, no need to install the build tools dependencies there.
Regards.