Jump to content
php.lv forumi
  • 0

Jquery Datatables - nerādīt pagination kad nav ierakstu


senters

Question

Nekādi nevaru atrisināt šo fīču - lai nerāda lpp paneli (pagination), kad nav attiecīgajā tabulā ieraksti.

 

Piemērs kā ir šobrīd, šeit: Attēls ar manu piemēru

 

Datatables ofic. mājaslapa

 

 

	$(document).ready(function()
{
	$("#example").dataTable
	({
		"bPaginate": true, // lpp rādīšana
		"sPaginationType": "full_numbers", // Page numbering tips
		"bSort": false, // false - remove column sorting, true - activate sorting
		"bFilter": false, // noņem search inputu
		"iDisplayLength": 10, // rādīs 10 ierakstus tabulā (vienā lapā)
		"bLengthChange": false, // nebūs iespēja mainīt
		"bInfo": false // nonem to cik ieraksti no cik ir (zem tabulas)
	});
});

Edited by senters
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Guest
This topic is now closed to further replies.
×
×
  • Create New...