在选择项目时,我无法将字符串排在表格行内。
我尝试使用.css方法使用JQuery事件,但它不起作用。
有任何修理的想法吗?
提前致谢!
选择之前:
在选择期间:
JQuery的:
$('.flex-container').sortable({
axis: 'z',
revert: true,
forcePlaceholderSize: true,
handle: '.move',
}).disableSelection();
CSS:
th, tr {text-align: center;}
答案 0 :(得分:3)
如果不查看代码,我们无能为力。但假设您使用的是bootstrap.css,则可以在表格单元格中使用text-center
类。
<asp:tablecell runat="server" cssclass="text-center"></asp:tablecell>