Introducing CrudHunt:Open-source Full-stack CRUDs for Next.js by KeenThemes
Browse CrudHunt

Tag: Datatables (42)

Hello,I couldn't find the Individual Column Search feature in metronic8 which existed in previous versions of metronic.https://preview.keenthemes.com/metronic/demo13/crud/datatables/search-options/column-search.htmlAny way to use this feature or any alternative in metronic8?Best Regards.
Hi,How can send data to server as post with Yajra in laravel ..because i try send data form to server using post it's show me issue and server not receiving data form .. when using get it is work..Can please help and show me an exampleregardsM.Fakira
PHP Warning: require(/vendor/autoload.php): failed to open stream: No such file or directory
Hi, Am have implemented this https://preview.keenthemes.com/metronic8/demo3/apps/user-management/users/list.html and was able to make the listing dynamic, but encountered a problem with the Action menu, it does not popup when clicked.
i'm using metronic in laravel and i'm getting this error that is'Uncaught TypeError: $(...).DataTable is not a function'after making everything exactly like yarja documentation likethis is the data table
Good morning, I am attaching the complete link of the project.I comment that I present problems for the DATATABLE,bootstrap-maxlength.html and recently with vis-timelineI had to manually add in plugin.scss the following @import "~ vis-timeline / dist / vis-timeline-graph2d.min.css";and in js a...
I would like to use datatables in my Metronic 8 Angular template.Unfortunately, I did not find any documentation on how to do this.Can you please assist me ?
Does Metronic pagination give the option to show a table by say 20, 50, 100 or 1000? Right now I only see by 10.
I am using AJAX in ktdatatable and Spring MVC model.How to get Paging information from the request in Controller?Here my code.I tried to use parameter map to get value from pagination info.But there is nothing. How do I need to do?### Javascriptdatatable = $('#detail_datatable').KTDatatab...
Hi,I want to know how can I impliment datatable column manager so that hide unwanted columns. It'll be very useful for exporting large column datatables.https://datatables.net/examples/api/show_hide.html
Hi,is there any video or documentation for migrating from metronic theme version 7 to version 8 I wondering if it is easy or I will change a lot of thingsand if I managed to change to another theme in the same metronic 7 I will just change the assets folder
Hello,I need your help.I have an apllication and using KtDatatable for my Lists with server side pagination but I can't get Page and sending to method controller api.for example:I need get the num page selected in grid with KTDatable.
How i can Export Dropdown list and make in active to down load PDF or Excle file?i'm useing KTDatatable type: 'remote',metronic 7
Hello author, i am trying to implement datatables in laravel + vue combo. Can you please help me out ? only KTDatatable is available in metronic 8 vue version and even in that there is not a single ajax KTDatatable example….How do i do that ? For sample there is only “resources/ts/src/store/modules/...
Hello;In metronic_v6.0.6 datatables, I want to get all row Ids, but I couldn't find a way. I can read this when all rows selected. I want to do the same even if no row is selected.Thank you so far.Note: The jQuery code I use for reading selected ones; $("#m_datatable_Orders").KTDatatable().ch...
Hi there,I have set up demo 1 on my localhost. I'm using the laravel version of metronic 8.The delete button on the log tables does not do anything.I notice this question was asked a couple of days ago however when I click on the answer button I get a 404 error.Please advise how to fix this....
I have a large datatable. I have read through documentation and tutorials on how to fetch data from ajax request. The thing is i don't want to fetch the data unless the users clicks on the page. So i want to invoke a method when user clicks on page. Can we customise onclick method on pages? Also wit...
Hi Sir,I using last time as your recommended Yajra lib in Laravel to make datatable more flexible ,In my project I facing issue that I have data that query from many other tables in DB,so in this case of queries how can using Yajra to query complex data from many table in db,Where can I put the...
Hi ,How can make filter with save search parameters in section like thishttps://ibb.co/51CYsgghttps://ibb.co/SxMKg93Can please help me show me how can using it in Metronic Theme in LaravelWarm regards,
how to show default search field in datatable,I tried this method, but it doesn't appear$('#table').dataTable({"searching": true});