96 comments found.
Hello,
We are implementing HTML tabulator data table (https://rocketman-vue.left4code.com/tabulator) in various places of our site. But we can’t able to make second tabulator table. We checked the documentation also. There is no information about Tabulator. Can you please share what is the script and code for tabulator data table?
Hi there,
Sorry for the late reply,
The tabulator plugin is initialized by ”#tabulator” id. If you want to initialize another tabulator you can check the following file ”/src/js/tabulator.js”.
https://i.imgur.com/Ih8bHsN.png
After modifying the code, you need to run “yarn run watch” or “yarn run dev” to compile the javascript code.
after running the build no routes are working in react
Hi,
Thank you for reaching out,
Please check this link. https://stackoverflow.com/questions/57090744/how-do-i-configure-my-htaccess-file-for-react-app-in-subdirectoryI need more info for my developers can you please let me know how to reach out or have a demo?
Hi,
Thank you for reaching out to us,
You can contact us here, what can we help you with?
Hi,
Thank you for reaching out,
Thank you for your suggestion, we will try to forward it to the developer team.
Hi there, how can I load the global components in a Laravel inertia app?
Hi there,
Thank you for contacting us,
Unfortunately, we don’t currently support the InertiaJs version.
Hi team Left4code,
How much can I pay you to get access to the Figma design files? We are building a marketing application using your template, and our designer can’t create new workflows without the design files for our front-end engineers.
Name your price.
Thank you.
- Tyson
Hi there,
Sorry for the late reply,
Unfortunately, we are currently unable to provide any design files.
Why? Name your price.
Hi For Vue.js 3 version, which one is implemented between options API and composition API? Is the theme written in Typescript or JavaScript?
Hi,
Thank you for reaching out to us,
We are using composition api, and currently written in javascript.
Any plan for Typescript for the next update soon?
Hello, do you have a version in which I can use Laravel+VueJS+Tailwind all togheter?
Hi,
Just sent the file,
Kindly check your email, thanks.
Hi good day ,
Could you help me about theme in react ?
Could you help to implement tsx ( typescript ) in this theme ?
Thanks so much
Hi there,
Sorry for the late reply,
We’re currently migrating all of the Midone codebase (React & Vue) to typescript, we plan to release it at the end of next month.
Are xd files or sketch files included?
Hi,
Unfortunately, it’s not included in the download file.
Hi, is there a laravel + vue + tailwind version available?
Hi,
Thank you for reaching out,
Yes, we can send you the file. Please email us here leftforcode@gmail.com.
Hello, do you have a version in which I can use Laravel+VueJS+Tailwind all togheter?
Hi,
Thank you for reaching out,
Yes, we can send you the file. Please email us here leftforcode@gmail.com.
Hey, I have purchase the theme and I am trying to install it on my server, but instead of taking to the page on the browser, it shows list of files on the browser.
Hi,
Sorry for the late reply,
What version are you currently using?
Hello there,
I am trying to use your template with Laravel and Vite. However, I get the following issue when I try to build it; [vite] Internal server error: [postcss] ~/code/tracker/node_modules/@left4code/tw-starter/dist/css/_breadcrumb.css:2:3: The `text-primary` class does not exist. If `text-primary` is a custom class, make sure it is defined within a `@layer` directive.
Of course, you cannot update the whole package to comply with Vite, but I was curious if you could direct me in the right direction to sort this out. Thank you
Hi there,
Thank you for reaching out to us,
It seems like you haven’t configure the `tailwind.config.js` file. Can you check that?
Hi, can you send me an example configuration for Laravel 9 version? My email is yakisikliserdarknight@gmail.com
Hi,
Sorry, we were unable to verify the status of your purchase.
I had email u with the following message.
i would like to ask about the laravel version of the lucent project on purchase of Rocketman. After building it by following the steps in the documentation, I succeeded to run it on my machine and load it on my browser.
But here’s the problem, everytime i click and switch between pages, the whole page will reload again for JS to load. The attachment below will show what happened on my browser. What would you suggest to me to fix this?
Hi,
Thank you for reaching out to us,
Sorry for that, looks like we missed your email.
Unfortunately, this is the expected behavior of the plugin that we use `lucide-icons`, this plugin uses javascript and will replace certain tags to be replaced with svg elements when the document is loaded. To work around this you can use a page overlay that is removed after the page (and icon) is fully loaded, or use the icon’s SVG tag directly.
You can check the icons provided in the following link.
https://lucide.dev/
https://i.imgur.com/sAvnhcX.png
And directly use the svg elements.
https://i.imgur.com/o3I9Ief.png
thank you very much. i will use this as my solution.
Glad to be of help.. 
i had disable the lucide icon package in my app, but the layout loading twice thingy still exist. Is there any other package do the same thing as Lucide icon? Thanks you
Hi there,
Sorry for the late reply,
After doing some research, we found that the “SimpleBar” plugin forces the ”.side-nav” and ”.content” elements to be re-rendered, this causes the CSS animations to re-run and causes this issue.
To overcome this we can add the following class name to the file ”/resources/views/layout/main-layout.blade.php”.
https://i.imgur.com/QAdNHmB.png
Next, open ”/resources/js/side-menu.js” and add the following code.
https://i.imgur.com/UuJV9Wj.png
This will hide both elements until the “SimpleBar” initialized and display them again. We apologize for not being aware of this issue, we will release this update in the next update.
Please let me know if you still have any other question.
notice that you also solve it in the laravel project. well done dude. and thanks for the helpful reply.
Hi,
Thank you for your reply,
Yes, we have released an update for this issue, feel free to contact us if you have any other questions.
Hola que tal quisiera saber si puede orientarme en como instalar el dashboard con el laravel y vue 3
Hi,
Thank you for reaching out to us,
Yes, we can send you an example Vue + Laravel project, please leave your email, we will send it right away.
te lo he enviado por interno, no quiero dejar mis datos expuestos.
Hi,
We have sent the file, thanks! 
If a possible typescript release happens, I would gladly purchase it.
Hi,
Yes, we are working on it, the react and vue versions will be fully rewritten in TS.
Hi, can you send me an example configuration for Laravel + Vue version? My email is mbhdrshn@gmail.com
Hi,
We have sent the file, thanks.. 
Hello, I am trying to use CKeditor ClassicEditor. I need “underline” button but underline is not showing? in Reactjs
const editorConfig = { toolbar: { items: [“bold”, “italic”, “underline”], }, };
Hi there,
Thank you for reaching out to us,
The underline plugin is not available by default in `ClassicEditor` so you need to use another CKeditor build. Please install the following plugin for example.
yarn add @sarawootp/ckeditor5-build-classic-underline
Next, open this file ”/src/base-components/ckeditor/ClassicEditor.jsx” and replace the import build.
// import ClassicEditor from "@ckeditor/ckeditor5-build-classic";
import ClassicEditor from "@sarawootp/ckeditor5-build-classic-underline/build/ckeditor";
Now you can use the underline plugin.