Quantcast
Viewing all articles
Browse latest Browse all 82130

Column width

Hi, i have following code:
				$('#optionsTable').dataTable( {
					"aoColumns": [
						{ "sWidth": "25%" },
						{ "sWidth": "70%" },
						{ "sWidth": "5%", "sClass": "center", "bSortable": false },
					],
					"aaSorting": [[0, 'asc']],
					"bJQueryUI": true,
					"bAutoWidth": false
						
					},
					"sPaginationType": "full_numbers"
				} );
Everything works fine except column width - they have auto width. What should i do to make fixed width?

Viewing all articles
Browse latest Browse all 82130

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>