Search
9136 results 5881-5890
Forum
- 5th Jan 2011Jeditable and DataTablesSo there are two options - you could add an
- 2nd Jan 2011server-side processing/PHP/MySQL - but with regex?the MySQL supported regex options: http://dev.mysql.com/doc/refman/5.1/en/regexp.html . The hard bit
- 28th Dec 2010TableTools layout problem.it using the language options: http://datatables.net/usage/i18n#oLanguage.sSearch Positioning: I'd say
- 27th Dec 2010Refresh dataTables dataThere are two options when using XML with
- 20th Dec 2010fnOpen, hidden rows and form elements?rows. There are two options to get around this
- 18th Dec 2010Toggle vertical scroll option based on number of rowsAh, thanks Allan. With so many options its easy to miss one. :) I'll try this out.
- 18th Dec 2010Purely 'data' tables as opposed to 'presentation' tables - is this possible?when considering the scrolling options in DataTables. But then
- 15th Dec 2010Put filter title into spanHi Frank, Future versions of DataTables will likely use a 'label' tag around this point for the text. Until then you can put in the span using the language initialisation options: http://datatables.net/usage/i18n#oLanguage.sSearch . Allan
- 14th Dec 2010TableTools only exports visible rowsim having the opposite problem, everything is saved and i want just the visible ones to be saved/printed, or maybe have both options.
- 9th Dec 2010Create table after page loada : [code] $("#outtable").dataTable( * various options here * ); [/code] where the