Search
19065 results 591-600
Forum
- 29th Apr 2018Create margins / padding on cells.Got it working thanks.
- 17th Apr 2018How can I create a button when using JQ UI styling.I've added a line to my style sheet .dt-buttons { display: inline-block; } and this has cured it. I don't know whether out global settings in out css (shown below) are the cause of the problem. html { box-sizing :border-box; } /* *, *:before, *:after {*/ * { box-sizing :inherit; } /* Set a default for all divs Then just amend where required. */ div[id^=div] { margin :0px; overflow :hidden; padding :0px; vertical-align :top; } Thank you for the feedback. Just like to say the use of DataTables has really improved the look/feel of our intranet. Users are impressed and it's been well worth the time/effort for me to get to understand how to use them (and lots more still to learn I :D ).
- 15th Mar 2018Is there a way to create (handle) expandable / collapsible editor form..This example shows fields being dynamically shown and hidden. Allan
- 16th Feb 2018I can't create table with datas. maybe someone will help me?I fixed the error. I don't know what is the problem, but I deleted all code, and started again. It's possible I had done an idiotic mistake, know everything is ok. Thank you. You are the best support team ;)
- 10th Jan 2018how to create a table (dynamic) like this picture by datatable?thanks Allan
- 20th Nov 2017Print / create a form as PDFCheers.....
- 12th Oct 2017how to create tfoot for dynamically created tablehello any one give me solution
- 11th Oct 2017Using 'order': [1, 'asc'] and 'orderable': false create a SQL errorThat's it! Thank you
- 6th Oct 2017HOW TO CREATE A CROSS TABLEJust select the data and render the rows as you need them like in this example: https://docs.tibco.com/pub/spotfire/6.5.2/doc/html/cross/cross_what_is_a_cross_table.htm If you are using an SQL-Database to read the data from you would need two or more SQL-statements to read the data for the original table and the cross table.
- 28th Sep 2017How to create select option with null valueTo elaborate on @tangerine's answer, in this scenario the "set formatter" is applied in the MVC Controller Action and not in the View. .Field(new Field("FridayPlanning.CourseOwnershipCalculatesOwnMath").SetFormatter(Format.IfEmpty(null)))