as you can see on the link the third column is cut, i can display the whole text... i had to enable the bottom scroll bar, is possible to enable multiple line for the third column only ?
use "Limit table width" feature which you can find under Display tab and it will force the table to the width of the parent container. This will give you the option to also choose "word wrap" option which break long strings into multiple lines
Second option would be to use HTML instead of plain text in column type string and that will give you the option to control line breaking by inserting the <br> tag where you want a line to break
Ok thanks, last question, is it possible to change the type of table, like switching between
Create a table linked to an existing data source.
(Excel, CSV, Google Spreadsheet, MySQL query, XML, JSON, serialized PHP array). Data will be read from the source every time on page load. Only MySQL-based tables can be made editable.
TO
Create a table by importing data from data source.
(Excel, CSV, Google Spreadsheet). Data will be imported to MySQL, the table can be edited in WP admin, or made front-end editable.
There is no easy way to switch table types but it should not take more than couple of minutes to create new table from same file and apply all the settings.
yep it's done, another thing, when i switch to a different page, it does move the cursor to the top of the table, it stays at the bottom, is there a way to auto move up to the top of the table when i switch to different pages ?
Hi,
as you can see on the link the third column is cut, i can display the whole text... i had to enable the bottom scroll bar, is possible to enable multiple line for the third column only ?
http://arkadmin.ark-france.fr/les-commandes-de-spawn/
Sincerely
Hi nightstorm,
You have two options here:
it's a table linked to an existing data source (excel file) is it available for that too ?
Hi nightstorm,
Yes, these options are available for all tables
Ok thanks, last question, is it possible to change the type of table, like switching between
Create a table linked to an existing data source.
(Excel, CSV, Google Spreadsheet, MySQL query, XML, JSON, serialized PHP array). Data will be read from the source every time on page load. Only MySQL-based tables can be made editable.
TO
Create a table by importing data from data source.
(Excel, CSV, Google Spreadsheet). Data will be imported to MySQL, the table can be edited in WP admin, or made front-end editable.
Hi nightstorm,
There is no easy way to switch table types but it should not take more than couple of minutes to create new table from same file and apply all the settings.
yep it's done, another thing, when i switch to a different page, it does move the cursor to the top of the table, it stays at the bottom, is there a way to auto move up to the top of the table when i switch to different pages ?
Hi nightstorm,
There is no built in tool to do that in wpDataTables but you should not have problem to find JS code snippet online, which will do that
Should be a good thing to add later in your plugin i think
Hi nightstorm,
Thank you for your suggestion. We will add it to our suggestion list.
Something also good to add is a copy to clipboard per row button (popup)