Search
23428 results 10681-10690
Forum
- 12th Nov 2012How to make first column is fixed for data table, and how to disable search & sort features in DT?Hmm with only two columns you want to make the first one fixed. Strange. Anyways, to disable sorting, Set as follows. [code] "bSort": false [/code] To disable pagination, no of pages selection etc. use [code] "sDom": 'rt<"clear">' [/code]
- 10th Nov 2012Problem with ColReorderWithResize plugin + sScrollxgets worse the more columns i add. Right now
- 9th Nov 2012Share some wisdom? :)To get around N columns freezing on the left
- 9th Nov 2012Pass 'id' to Edit link in new column for user created edit pagenow is that the columns sort for the following
- 8th Nov 2012Stuck on ProcessingGot it working at the end. Needed help though as I'm still new to this but it works fine now .. Trying to work on the filtering columns another few sleepless nights ahead I guess. Thanks for the help though allan.
- 8th Nov 2012DataTables gives error when table is emptyYou have a colspan in the table's tbody which is not supported by DataTables. That needs to be removed. Every column must have its own unique cell for each row (i.e. cells === rows * columns). Allan
- 7th Nov 2012Clarification on sWidthVery helpful thanks. The other approach that works is to give each column a class and then just fiddle with the css. However, as you say, that means the some columns have overflow issues. To be continued .... :)
- 7th Nov 2012Export to Excel - Willing to helptable and filter all columns based on class Have
- 7th Nov 2012Is it possible to create a data table without thead?Yes it is possible - see this example: http://datatables.net/release-datatables/examples/data_sources/js_array.html . You must define the number of columns using aoColumns and set sTitle for each column so DataTables can insert the columns needed. Allan
- 6th Nov 2012DataTables & Custom Client Side API to access datagot my two other columns. Now my only concern