jstree-table
jstree-table copied to clipboard
Problem with headerClass
Hello The width of my columns is no rendered My code :
table: { columns: [ {width: 600, header: "Questions", headerClass:"thead-dark text-white bg-dark"}, {width: 1000, value: "commentaire", header: "Commentaires", headerClass:"thead-dark text-white bg-dark"} ],