I tried to create a new record for "Test_Collection" collection in directus with this function in ApiService.ts file
public static test() {
ApiService.vueInstance.axios
.post("/items/Test_Collection", { name: "test", result: "123" }, {
headers: { "Content-type": "application/json;" },...
In Metronic 8 there were Full Widht, is there a possibility to add it?
Image:
https://we.tl/t-4OOZPiVXeu
Hi,
Is there away to add a text message or a view that says no records found, like an empty state of table instead of just showing the table with no data in it?
Example: If we fetch data from the API URL, if no records found, I'd like to show a message that says "No records found" in the table...
Hi, im facing problem with KTDaTable on Metroic 9.0.4.
Using Remote Data Source will caught : Uncaught (in promise) TypeError: Cannot set properties of null (setting 'instance')
Vue 3 Composition API with Typescript
Thank you
Do you have "table table-sm" for smaller tables?
https://keenthemes.com/metronic/tailwind/docs/components/datatable
Sometimes this database/tables are to big.
Thank you
There is no doubt that they have a blank page, that is, where only the basics are. Header, sidebar, footer and a blank page. All the pages are super loaded with content and I would like to start a page at 0 with just the basic design
I really like this:
https://keenthemes.com/metronic/tailwind/demo1/public-profile/profiles/nft
But:
1) You cant scroll the cards with mouse on desktop (on mobile you can scroll theme).
2) Is possible to have this, outside a card will be cool for mobile.
...
I'm using metronic 9, but since I've started several updates have been released.
What is the best way to update metronic 9 to the latest version?
On mobile the demo1.html page has zoom, you have to zoom-out with touch to see all page.
I upload a example (same of the source code, nothing add).
https://we.tl/t-qbyuDopCmk
Hi,
I had tried to use Metronic 9 via Livewire but menus (sidebar and profile menu, top right) are not opening. I use currently livewire with Metronic 8 and menus are opening help of below script:
document.addEventListener("livewire:navigated", () => {
KTComponents.init()...
Dear Fellows,
I do not want to use default demo for Django application, can you please guide me how can I use different demo HTML template for Django template or at least layout settings for Django. I prefer demo32.
Thanks
In Metronic 8 Laravel, I install webpck.mix.js with npm run dev. It's successfully, but don't have public file (such as datatables js and css).
I want to use datatables but when i call it with datatables library it not found and return net::ERR_ABORTED 404 (Not Found)
i Check assets in config...
I've been using Metronic since 6 is released and Metronic 9 was my personal best choice because of fast development and prototyping. But webpack is getting slower in comparison with its opponents. Currently Rspack is getting attention because of similarities and plugin compatibility. Also it gives f...
Hi everyone,
I recently purchased the Metronic theme from Envato for my React project, and I'm a bit confused about how to effectively integrate and customize the prebuilt components provided with the theme. Specifically, I'm looking for guidance on:
How to properly set up the Metronic theme i...
I'm running into an issue when doing "gulp --" and it's just giving me the following:
Error in plugin "sass"
Message:
node_modules/tinymce/skins/ui/oxide-dark/skin.css
Error: 100% and 0 are incompatible.
3864 | background-size: calc(100% - 11px * 2) calc(100% - 0);...
Hi,
When you are going to release bootstrap version of metronic for blazor .net 8?
Hi,
I need help in rebuilding metronic8 demo13 to the below config
Header Width = Fixed
Toolbar Width = Fixed
Aside Display = Off
Aside Theme = Dark
Content Width = Fixed
Footer Width = Fixed
https://preview.keenthemes.com/metronic8/demo13/layout-builder.html
I have been trying...
I believe the following classes are missing on the metronic 9 themes
-animate-pulse
-bg-gray-200
-bg-gray-700
also it seems that I try to do the following "bg-gray-100 dark:bg-gray-600" it does not work, since bg-gray-600
Hello
Uisng metronic 8, where i cna see form demos ?
Please solve these problems on mobile. There is a problem with alignment
https://we.tl/t-z97SJsR4TO
Helo,
I have followed the steps for Static HTML Files Generation in the Metronic Composer documentation, but I am not seeing any changes in my HTML files. What could be the issue? How can I ensure the HTML files are properly generated and updated?
Here is my command:
metronic-composer %...