By default, most of the features are disabled, including the responsive design. We inilialize the table by using
const table = new SmartTables('myTable', {});
Only "Search", "Pagination", "Sorting", and "Entries" are enabled by default. Note: This is a non-responsive example of SmartTables.
ID | Name | Phone | Status | Due | |
---|---|---|---|---|---|
1 | John Doe | [email protected] | 123-456-7890 | Active | $100.00 |
2 | Jane Smith | [email protected] | 987-654-3210 | Inactive | $200.00 |
3 | Jim Beam | [email protected] | 555-123-4567 | Active | $300.00 |
4 | Alice Johnson | [email protected] | 415-555-0101 | Pending | $150.00 |
5 | Robert Lee | [email protected] | 310-987-6543 | Active | $75.00 |
6 | Sarah Kim | [email protected] | 212-345-6789 | Inactive | $250.00 |
7 | Michael Brown | [email protected] | 617-890-1234 | Active | $400.00 |
8 | Emily Davis | [email protected] | 720-456-7891 | Pending | $50.00 |
9 | David Wilson | [email protected] | 503-234-5678 | Active | $125.00 |
10 | Linda Carter | [email protected] | 858-901-2345 | Inactive | $175.00 |
11 | Thomas Green | [email protected] | 206-789-0123 | Active | $90.00 |
12 | Nancy White | [email protected] | 404-567-8901 | Pending | $225.00 |
13 | Paul Adams | [email protected] | 713-345-6789 | Active | $350.00 |
14 | Clara Evans | [email protected] | 916-123-4567 | Inactive | $80.00 |
15 | Oliver Harris | [email protected] | 312-890-1234 | Active | $500.00 |