Tabler
Categories
Component ID
2572531
Component name
Tabler
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Drupal 7 example module.
1. Import data from CSV file
2. Output data as HTML table
3. Editable table cells
4. Validation
Sample CSV:
---
Name;Home;Work;Mobile
Ivan;79000000000;79000000001;79000000002
Petr;79000000003;79000000004;79000000005
Sergey;79000000006;79000000007;79000000008
Nikolay;79000000009;79000000010;79000000011
Vasily;79000000012;79000000013;79000000014
Eugene;79000000015;79000000016;79000000017
---