Html responsive data table | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

Html responsive data table

Hi guys i need a little help for creating a simple Data table for around 800 items(products) with picture as shown in this link https://codepen.io/nakome/pen/DnEvrbut i don't want to write the same code again and again for each item. It would be great if i can have this options, 1. Responsive search filter 2. Add, edit & remove button If you can link me the code or a template i would appreciate it. I m searching for this from so many months. Thanks guys

18th Apr 2018, 6:13 AM
muzaffer hussain
muzaffer hussain - avatar
4 Antworten
+ 3
If you want to achieve responsiveness without too much troubles, I suggest you use a framework (Bootstrap, Foundation, Materialize...etc). All you have to do is read the documentation and use the appropriate classes. This will make your coding life easier.
18th Apr 2018, 7:26 AM
CHMD
CHMD - avatar
+ 1
Imho the best solution is using JQuery and Datatables Link: https://datatables.net
18th Apr 2018, 7:42 AM
Luigi
Luigi - avatar
0
One more thing guys i want to use it offline
18th Apr 2018, 7:59 AM
muzaffer hussain
muzaffer hussain - avatar
0
No problem at all, you can download both JQuery and Datatables js+css files, so you can use them directly in local instead of recalling them online. https://code.jquery.com/ https://datatables.net/download/
18th Apr 2018, 8:04 AM
Luigi
Luigi - avatar