Search
9310 results 3671-3680
Forum
- 10th Jan 2018Editor not updating page after submitother information such as options to also be sent
- 9th Jan 2018Trouble getting select lists to cascadeSimple fix: get_building_areas.php needs to return the table name with the field name. {"options": {"mc_data_table1.area": ["1st Floor", "2nd Floor", ... Hope this helps someone.
- 9th Jan 2018Is there a better way to make the old input pagination plugin work with DataTables as of now?Sorry, I meant getting the plugin to adapt to the other stylings of datatables. The other pagination options seem to render as expected with custom styles, but not input.js, http://live.datatables.net/vuzubive/1/edit
- 9th Jan 2018Buttons not displayingis a picture the options I'm choosing (only the
- 9th Jan 2018Different fields for "create" and "edit"?A few options: Have different Editor instances
- 9th Jan 2018How to integrate DataTables with JsBarcodedo in the print options. Allan
- 6th Jan 2018Set ORDER BY on server sidepaymnt_status": "new", "acct_status": "new" } } ], "options": [], "files": [] } Let's say the
- 5th Jan 2018too SLOW issueDT_RowId":"row_11068703","id":"11068703”,”….. {"DT_RowId":"row_11068704","id":"11068704”,”….. ….. … …… {"DT_RowId":"row_11068711","id":"11068711”,”….. {"DT_RowId":"row_11068712","id":"11068712”,”….. "options":[], "files":[], "draw":3, "recordsTotal":"11060640", "recordsFiltered":"11060640"}
- 5th Jan 2018Populating select element from database tableHi Markus, With a lambda function: new Field("users.site") .Options(new Options() .Table("sites") .Value("id") .Label(new []{"name", "country"}) .Render(row => row["name"]+" ("+row["country"]+")") ); Documentation is available here. Allan
- 5th Jan 2018Date Format validator doesn't work properis your computer's internationalisation options set to? Allan