Hi,
using Metronic Laravel 8.2.5 and self implementing Yajra Datatable, I found this "bug" for which when a head column (the title of a column) is clicked to apply its ordering on the table the head title switch from alignment lef to alignment right.
When clicked the title changes classes, however the two classes are called exactly the same but they come from different js files. One dictates align left while the other align right. I guess the correct behaviour to avoid switching is for the title to keep the original align left class but I don't know how to properly disable the class switching.
Maybe some one can help me?
I'll attach a screenshot of the two classes switching their places (circled in blue):
Thanks!
Here at Assignment Mentor, we appreciate that Psychology Assignments focus on understanding theory and how it applies in practice. Our writers are familiar with most branches of psychology, such as cognitive, developmental, social and clinical psychology. We assist you in understanding the major theories, critically evaluating the research findings, and connecting the knowledge to cases. Our approach guarantees that all your assignments are research-based, well-organised and specifically done to meet your desired results.
CoinCREDIN is an outstanding platform for cryptocurrency exchange. From buying Bitcoin and Ethereum to engaging in advanced trading options such as P2P and Spot trading, CoinCREDIN provides secure, simple, and efficient solutions tailored to Indian users. If you're searching for How To Buy Bitcoin In India, CoinCREDIN makes the process easy and accessible for beginners and experienced traders alike. Recently, it has established itself as one of the premier names in cryptocurrency trading with features like low latency order matching/booking/withdrawals as well as minimal GAS fees of just 0.25%, making trading smooth and efficient for its users.
VYUG is emerging as a leading technology company revolutionizing the real estate industry with its cutting-edge VR Real Estate solutions. From immersive architectural visualization to showcasing interior furnishings in real-time, VYUG offers a range of advanced AR features tailored for the real estate and interior design sectors. These innovative VR Real Estate tools not only enhance the way properties are presented but also serve as a powerful resource for designers and developers across the globe. By delivering highly interactive and convenient experiences, VYUG is transforming how buyers and consumers explore and engage with real estate.
If you're facing issues with Yajra Datatable headers changing alignment when clicked, you're not alone. This common problem often arises due to conflicting CSS classes that alter the text alignment unexpectedly. To resolve this, reviewing your styles and ensuring consistent class application can help. Similarly, when working on academic projects like BSN writing assignments, seeking expert guidance can save time and improve results. For professional support in crafting well-structured nursing papers, visit Their expert team can assist you in delivering clear, concise, and well-researched content to meet academic standards.
Our assignment help provides students with quality, well-researched assignments done by professional writers.
Along with assignments, Instant Assignment Help provides Do My Homework services to help students out with homework.
Hi Lore Porre,
I apologize for the delayed response. It looks like there's a conflict in the CSS classes applied by the Yajra DataTables. By right, the plugins.bundle.js file should not contain DataTable-related code, as it is already separated into a distinct file located at /resources/mix/vendors/datatables/datatables.bundle.js.
The source file for the plugins.bundle.js file is /resources/mix/plugins.js.
Have you made any modifications to the /resources/mix/plugins.js file?
Thank you.