Search
-
File Export
by arosner ·rel="nofollow" href="#nav-RecordsList" role="tab" aria-controls="nav-RecordsList" aria-selected="true">List</a> </div> </nav> -
Pagination broken after jquery onchange kicks in
by ibrahim2002 ·function loadNav() { $(document).ready(function() { $("#nav").load("navbar.html", function() { if ($('#formats').length && localStorage.getI -
Hello Everyone, can someone tell me how I can change the "edit" form to a popup?
by DarkNight9672 ·Hello Kevin, -
Hello Everyone, can someone tell me how I can change the "edit" form to a popup?
by DarkNight9672 ·Hello, -
Hello Everyone, can someone tell me how I can change the "edit" form to a popup?
by DarkNight9672 ·The image below shows what I see when i click the "edit" button. For some reason, it's displaying in the bottom left corner instead of in a popup. I have also attached my code below. Any he… -
example code of put html <table></table> code in javascript to insert table by listen on a click
by Forrest Ling ·const Parent=document.querySelector("#navbarVerticalNav"); Parent.addEventListener("click", dosomething, false) ; function dosomething (e) { if (e.target !== e.curr -
example code of put html <table></table> code in javascript to insert table by listen on a click
by Forrest Ling ·const Parent=document.querySelector("#navbarVerticalNav"); Parent.addEventListener("click", dosomething, false) ; function dosomething (e) { if (e.targe -
Cannot style DataTables to Bootstrap 5
by Alex67000 ·I cannot style Datatables to Bootstrap 5. -
Is it possible to make certain columns narrower than the others
by andras2 ·$(function(){ $("#nav-placeholder").load("navigation.html"); }); .control-title {font-weight: bold;} .navbar .navbar-nav #menu-item1 .nav-link {color:rgb(0, 0, 0) -
How to display image in column;
by andras2 ·</div> $(function(){ $("#nav-placeholder").load("navigation.html"); }); image: <img src="imgs\witney-buttercross.jpg" width="40px" alt -
Datatables Not Working With Bootstrap 5 ?
by PurpleBirbs ·Hi today im trying a new project with data tables but data tables button and other thing not applied , any help ? -
Error while export row in columns defaultContent render
by Pedro datatables ·{ pageTitle(lang().welcome.welcome) $('#navbarLogout').text( lang().navbar.logout ) $('#navbarContact').text( lang().navbar.contact ) $('#usersPageTitle').text( lang().users.users ) $(' -
Does function called from render can be activated?
by Pedro datatables ·{ pageTitle(lang().welcome.welcome) $('#navbarLogout').text( lang().navbar.logout ) $('#navbarContact').text( lang().navbar.contact ) $('#usersPageTitle').text( lang().users.users ) $('#us -
DataTable does not work with Bootstrap 5 dependency
by MHV ·The third time is the charm, hopefully, I'll be able to post a question. I got a problem with Bootstrap 5 and Datatables. The dependency that is added for Datatables ruins the rest of the design with… -
How to get data from populated table?
by MikeLMC ·let table = $('#myTableId').DataTable(); $(document).ready(function (){ $('#nav').DataTable({ "paging":false, "info":false, "select":{ -
File export not working with paging
by jmcnamee328 ·I am not sure how I can make a test case for it. It is a .net MVC web app. I have posted my _layout, view, and bundlesconfig below. I just need to be able to use the CSV file export. -
File export not working with paging
by jmcnamee328 ·It isn't a live site yet so I can't provide a link. It is a .Net MVC Web App. I have the datatables.js package installed through nuget. I only need to be able to export to CSV for these reports. -
Bootstrap 4 JS file and editor.bootstrap4.min.js conflict
by davidjmorin ·and my nav -
Bootstrap 3 tabbed content in editor template
by dynasoft ·https://getbootstrap.com/2.3.2/components.html#navs -
Responsive feature wont work
by kiki2000 ·Hello, folks,