CSS table style jqGrid implementation

I'm just wondering if anyone implemented jqGrid in table mode, i.e. based on div. This would basically require a change in JS, which generates the table, and CSS to handle overflow and text conversion.

+3
source share
2 answers

A dot without a tabular design is more than just a tag flow <table>. The tag <table>is still absolutely correct.

The fact is that you should use it only in those places that are actually tables (that is, an array of tabular data), and not for the page layout, as everyone did.

jqGrid - JQuery, . , <table>. -, <table> , .

.

, , . - - .

+3

jqGrid table-layout:fixed . div- display:table-cell, display: table-row .. , <table>. , .

, , div. , , jqGrid (. this this )

+1

Source: https://habr.com/ru/post/1788185/


All Articles