javascript - Advise me against using <table>! -
i'm working on javascript (using html display tech) widget framework embedded device memory consumption big deal.
recently tried create table-layout using divs. mimic colspan , rowspan functionality became quite complicated, adding logic make dynamic. result came out quite layout-wise, @ cost of memory consumption (had have several js objects representing each cell , div presentation)
wouldn't better use table element instead, getting col- , rowspans , layout free? since markup crated framework , user (of framework) never touches html itself.
or missing here?
well tables fine tabular data if want right semantically. , imo, have go best solution in situation. performance more important using div's or not in case guess.
Comments
Post a Comment