Hi, just starting with Datatables,
All the examples I see look like they start out with an HTML table before DT gets to work. If I'm using an ajax data source, is it possible to skip that and just include an empty
<table ID="mytable"></table>
Or do the tables always need to be complete with the columns that we expect from Datatables?
- Jack