Search
10080 results 4281-4290
Forum
- 11th Dec 2012Switch between regex and smart filterthis ability: http://datatables.net/blog/Creating_feature_plug-ins . The default filter itself is basically
- 10th Dec 2012How can i unstylize a datatable?Try hiding the THEAD and TFOOT via CSS like so : http://live.datatables.net/edixat/3/edit Also, delete the default css.. that should work.
- 10th Dec 2012Soring break row color backgroundclasses should work by default, see http://live.datatables.net/upetus/edit#javascript,html,live You should
- 8th Dec 2012Sticky Pagination?To set the filter after initialisation you can use fnFilter - table.fnFilter( $('#hiddendata').val() ); for example and that will appear in the global filter input by default (that can be disabled if needed). Allan
- 7th Dec 2012Editor edit/delete buttons disappear on row selectionrun. I see the default headers and whatnot like
- 6th Dec 2012how to move paginationWith CSS. Just remove the flow that the default CSS has on it. Allan
- 5th Dec 2012Rows are broken (misaligned) (IE9, Datatables 1.9.4, FixedColumns 2.0.3)Its still got cellspacing - just the default of 2, which would explain the 2 needed in your fix above. Try using cellspacing="0" . Allan
- 3rd Dec 2012DataTables Multilingual Sortingdoes it perform its default textual sort now?
- 30th Nov 2012Logical OR filter for one specific columnleave bFilter as it's default true value. Drop the
- 30th Nov 2012ColVis: new plug-in for DataTables - user control of column visibilitybut not exactly the default design of colVis. In