Reputation: 1624
I have a problem. I have done my homework and looked on-line for alternative solution but I couldn't find one that really fixed my problem. I know people will ask why I want to make table behave like divs whereas I could just use div alone.
Well my issue is that I am working on a application that has a lot of data formatted in tables. I come across some plugins that would make table be more dynamic (Data Table, Tquery...). These plugin are really nice as they provide sorting and search option within a table. however I am just limited to the common style of tables with one row under an other and so on.This create an inconsistency in the user interface as the web app is mainly designed for touch screen and uses a card(tile) like interface.
What I want is to use the plugin so that I can still benefit from all the features it offers but yet be able to style the table like divs so that the rows could float against each other. I have tried different styles, it kind of work in Firefox but not in chrome and other browsers. Thanks in advance
Any help, advice, recommandations will be really appreciated
Upvotes: 1
Views: 1768