Q about Padding

i want see padding like << 1 , 2 ,3 ,4 ,5 ,6 ,7 … >> suggest how make it ?

			pager:{
				container:"pagingB_here",
				size:50,
				group:5,
				template: "{common.prev()}<div class='paging_text2'>what there write ?</div>{common.next()}"
			},

Assuming that you don’t like the default pager
http://webix.com/snippet/d23f366d

You can restyle paging buttons or create your own buttons serie with code like next
http://webix.com/snippet/d1c449a2

thank you maksim!