Javascript network management for ipad

We have a web application designed for viewing on a PC. For this application, we used infrared network management to represent information, and some of them are hierarchical. We can group by columns, sort them, etc.

We want to convert this application into an iPad compatible web application. We are thinking about using jquery mobile, but this is still at an early stage. There is no grid in jquery mobile, such as controls, there are controls like list and Collapsible, but not like grids with flexibility such as sorting, grouping, etc.

Are there any other options or suggestions.

We are not really focused on jQuery mobile, it could be anything, but should be based on javascript.

Thank,

+3
source share
2 answers

You can use the JSLightGrid plugin. It is responsive, supported by mobile browsers, very lightweight and very good in performance, briefly useful for mibile applications. https://github.com/chanakyachatterjee/JSLightGrid

But you need to write your own code group if they have not included it in the next version.

This is pure javascript.

+1
source

Mobile web frameworks are not as mature as desktop frameworks. The features that you describe are difficult to achieve within the limits of the mobile environment. I do not know about a mobile platform that will do what you need.

Your options:

(, .)

0

All Articles