IPAD - getting selected row to work

IPAD - getting selected row to work

dboone@silcofs.comdboone@silcofs.com Posts: 2Questions: 1Answers: 0

Is there something special that I have to do when using a datatable on an ipad? I have several data tables that work fine on pc in the browser using firefox, chrome and ie . However on the ipad neither safari or firefox works

Answers

  • allanallan Posts: 63,791Questions: 1Answers: 10,513 Site admin

    No thee should be no special configuration for an iPad. It is specifically row selection that you are having an issue with? I've just tried this example on an iPhone and it appears to work as expected (don't have an iPad I'm afraid, but the iPhone should basically be the same).

    Allan

  • dboone@silcofs.comdboone@silcofs.com Posts: 2Questions: 1Answers: 0

    It worked after adding

    <link rel="stylesheet" type="text/css" href="https://cdn.datatables.net/t/dt/dt-1.10.11,se-1.1.2/datatables.min.css" />

    I'm not for sure which one I've messed up in my BundleConfig.cs but I can at least continue forward now that I know the dataTable selection works on the devices that my technicians will have(IPAD)

    I already had the selected set as true

  • allanallan Posts: 63,791Questions: 1Answers: 10,513 Site admin

    Thanks for posting back. Good to hear you have it working now.

    Allan

This discussion has been closed.