Code
Company Name
Country
Contact
Title
Address
City
Zip
Phone
Fax
ALFKI
Alfreds Futterkiste
Germany
ANATR
Ana Trujillo Emparedados y helados
Mexico
ANTON
Antonio Moreno Taqueria
Mexico
AROUT
Around the Horn
UK
BERGS
Berglunds snabbkop
Sweden
Maria Anders
Sales Representative
Obere Str. 57
Berlin
12209
030-0074321
030-0076545
Ana Trujillo
Owner
Avda. de la Constitucion 2222
Mexico D.F.
05021
(5) 555-4729
(5) 555-3745
Antonio Moreno
Owner
Mataderos 2312
Mexico D.F.
05023
(5) 555-3932
Thomas Hardy
Sales Representative
120 Hanover Sq.
London
WA1 1DP
(171) 555-7788
(171) 555-6750
Christina Berglund
Order Administrator
Berguvsvagen 8
Lulea
S-958 22
0921-12 34 65
0921-12 34 67
3.5.0 (js)

Fixed

Open fullscreen | Source on github | User Guide

const columns = [
    {header: 'Code', field: 'customerID', width: 80, fixed: true}, // fixed left
    {header: 'Company Name', field: 'companyName', width: 160, fixed: true}, // fixed left
    {header: 'Contact', field: 'contactName', width: 120},
    // ...
    {header: 'Fax', field: 'fax'},
    {header: 'Country', field: 'country', fixed: true}  // fixed right
];