HTML5 Data Bindings Support Product Page
Answered
Is a data grid like this possible?
Asked 19 Dec 2013 16:37:04
1
has this question
19 Dec 2013 16:37:04 Brad Lawryk posted:
I would love to be able to create a data grid like in this example:exacttarget.github.io/fuelux/#datagrid
Is this possible with the HTML5 PHP data extensions?
Replies
Replied 19 Dec 2013 16:42:35
19 Dec 2013 16:42:35 Teodor Kuduschiev replied:
Hi Brad,
You can achieve a similar datagrid with edit/delete/insert options like on our showcase: www.dmxzone.com/demo/php/DMXzoneDatabaseUpdater/UserManagementDashboard/index.html You can also put a search field like on your example.
You can achieve a similar datagrid with edit/delete/insert options like on our showcase: www.dmxzone.com/demo/php/DMXzoneDatabaseUpdater/UserManagementDashboard/index.html You can also put a search field like on your example.
Replied 19 Dec 2013 16:46:44
19 Dec 2013 16:46:44 Brad Lawryk replied:
I saw that but how would I add a search box that can search more than one column at a time like in the example I posted?