Introducing ReUI:Open-source UI components and apps built with React, Next.js and Tailwind CSS
Browse ReUI

All Questions (6017)

Background: Using Metronic Tailwind version with nextjs.Question: How to load all data once spanning multiple pages in the datatable from the remote data source and show it paginated.Currently if i return all data which is more than the page size it displays all records on the first and on...
I have developed many apps in metronic react tailwind v 9.1. with node 20. everything works fines in dev mode, even in express server (serve -s) local work. It connect perfect with google auth and cloud VM instances. builds are made whiteout errors but the final dist index.html with required assets...
Hi, I want to know how to use Image Input correctly. I try to use this code: imageInput = KTImageInput.createInstances(); imageInput.on("kt.imageinput.remove", function() { console.log("kt.imageinput.remove event is fired"); }); And I also use: imageInputElement = d...
Hi,I have an HTML and PHP project built on Metronic 5, and I would like to upgrade it to Metronic 8 or at least update Bootstrap to the latest version. Could you guide me on the best approach to achieve this?Thank you.
I am currently using Metronic Laravel 8 and for Quill JS, how to I add Image Resize module? I have checked this package https://github.com/kensnyder/quill-image-resize-module but I was unable to make it work. Do you have any reference or sample to add Image Resize Module on Quill JS? Thank y...
Hi,I previously purchased the Metronic template with one user account and successfully implemented it following your ASP.NET Core documentation to build a website for an end user.Now, I have purchased another license with a different user account for a new website. However, instead of downlo...
We built our project around this, and when the Tailwind version was released, it seemed like development would continue for the Bootstrap version as well. Has this been discontinued? There haven’t been any updates since October, and I need to plan our next steps if development has stopped.
How to pass prefetched Data to DataTable, instead of using apiEndpoint?const apiUrl = 'https://yourapirul';const element = document.querySelector('#kt_remote_table');const dataTableOptions = {apiEndpoint: apiUrl, //want to avoid this approach, and pass the Data directlypageSiz...
Hi, Kindly need your advice.i use metronic 8I want to put data from api/ajax (json array) into Select control . Below my html code:
hello , i have license for metronic , where i can get the full download not , demo verison thanks.
In Metronic tailwind demo1 project where is the option that controls on sidemenu hover its expanding and minimizing
Hello, is there a way for KT datatable to call remote data source api with request header, eg. if the api request must include token header? I already check in the documentation for datatable in metronic 9, but the example only covers api call without request header. Also, for the json response form...
I need to download an older version of Metronic, how I do it? We have a project that use Metronic 7, I think its demo 13, but I don't have the template anymore
Hi thereI have a multilingual web app . I need to switch between rtl and ltr version according to user language . how can i do this in blazor at runtime ?
const apiUrl = 'http://localhost:8080/dashboard/fetch_user';const element = document.querySelector('#kt_remote_table');const dataTableOptions = {apiEndpoint: apiUrl, requestMethod:"POST", pageSize: 5, setPageSize:5, pageSizes:[2,5, 10, 20, 30, 50], pageMore: true, pagi...
am trying to apply filter on the remote datatable with KTDatatable.It is metronic 9.xI do not see any documentation where I could pass all filter criteria with the apiEndpoint URL. or even a textbox search /.... infact i cant even get the search text box to show up even if i put search:true...
Does nay one have a working example of how to metronic tailwind debatable with CI4 .... i tried installing it with ignite i am getting some stuff but not a clean install like ignite had its own search and paging stuff but i would like to use the metronic paging and search styling... so basicall...
I am unable to install the theme on django. i am getting these errors. During install i get these errors:ERROR in ../src/sass/style.scssModule build failed (from ./node_modules/mini-css-extract-plugin/dist/loader.js):HookWebpackError: Module build failed (from ./node_modules/sass-loader/di...
I know that in the package that you download there is the "metronic-tailwind-react" the one that includes LOTS of demos and it's awesome for reference but is there any of those but just clean? without that many resources?
I was looking for the documentation of version 8.2.9 that you are using in your preview website (https://preview.keenthemes.com/metronic8/demo1/index.html), but when I go to your docs page you only have the version 8.2.8 (https://preview.keenthemes.com/html/metronic/docs/index). Call you tell us...
Hello, i cant find Looking for Wizard 3 in my purchased template. can you tell me where i can find it . i'm using Laravel
I downloaded the metronic 9 package after purchasing and implemented a theme toggle button in the demo site as referenced in this documentation https://keenthemes.com/metronic/tailwind/docs/components/theme . The button would disappear and upon investigation the css provided seems to lack the rule...