我的表头包含两个行标题,我无法在包含colspan的列之后对列进行排序.我在jsfiddle中描述的表结构.我需要根据标题Amount和Date/time对表结构中的最后一列进行排序.但我不知道它为什么不排序.任何想法或建议可能会有所帮助.
我正在使用Cordova和Intel应用程序框架构建移动应用程序.我尝试将方向设置为纵向模式
var onDeviceReady = function () {
intel.xdk.device.setRotateOrientation('portrait');
intel.xdk.device.setAutoRotate(false);
intel.xdk.device.hideSplashScreen();
};
document.addEventListener("intel.xdk.device.ready", onDeviceReady, false);`
Run Code Online (Sandbox Code Playgroud)
但是当我通过在Android 4.4中安装APK检查构建时,它不起作用.它始终以两种模式旋转.有什么建议?