paulopmx / Flexigrid

Lightweight but rich data grid with resizable columns and a scrolling data to match the headers, plus an ability to connect to an xml/json based data source using Ajax to load the content.
689 stars 538 forks source link

SQLite integration #111

Open pipiscrew opened 11 years ago

pipiscrew commented 11 years ago

starting from https://github.com/paulopmx/Flexigrid/wiki/Sqlite3-support/a4d3862de5ebb063d5e6045cc38cb5264c745480

using & modify it for PDO SQLite, I face 1problem : \ the columns cant be resized.***

the html http://paste2.org/hnsImbXH

the php http://paste2.org/hAmfWMjk

the SQLite-dbase structure http://i.imgur.com/Ug4oegk.png

the result http://i.imgur.com/BNSfMxf.png

any clue ?