have metronic 7 codeï¼update this how to integrate KTDatatable in metronic 8ï¼
KTDatatable amazingï¼ï¼ï¼
Sorry for the delay. Glad you have resolved it. Hope it can help others as well.
Thanks
Thanks
Try this one
$("#example").DataTable( {
responsive: {
details: false
}
} );
This parameter has been used, there is no such thing as KTDatatable clicking the arrow to automatically display the collapsed columnï¼It is not automatically calculating the current width calculation how many columns need to be hiddenï¼This parameter is mandatoryã
It is also hoped to integrate KTDatatable in metronic 8ï¼KTDatatable is really cool
Thanksï¼Reading this part of the documentation in detail
$('#example').DataTable({
responsive: {
details: {
type: 'inline'
}
},
}
);
{ data: null, responsivePriority: 1},
var datatable = $("#kt_datatable").KTDatatable({
//.. other options
rows: { autoHide: false }
//..
});
Thanks,on metronic 8 DataTable like KTDatatable autoHide!
in DataTable autoHide
Could you please clarify your question?
Thanks
DataTable automatically folds and hides when there are many columns like KTDatatable
Could you please share the screenshot? Probably there are options to fix it.
Thanks
on metronic 7 KTDatatableï¼https://photos.app.goo.gl/ufZVJFEmSUiK8Hax9
like this
Hi,
If you are working with large databases, you might want to consider using the server-side options that DataTables provides. With server-side processing enabled, all paging, searching, and ordering actions.
https://datatables.net/examples/data_sources/server_side
thanks
while trying to useï¼but multiple columns collapse
Hi,
Sorry for the inconvenience. The KTDatatable is not compatible with Metronic 8. Please consider using the Datatables.net plugin. This plugin has more features.
Thanks
KTDatatable amazing pluginï¼loss is loss
trying to integrate
When there are 1 million pieces of data for paging and requesting, it is very difficult to use Datatables.net plugin