Questions tagged [datatable]
Represents one table of in-memory data. This class stores rows and columns of data.
70 questions
1
vote
1
answer
782
views
How to combine two SharePoint columns into one datatable column?
I have a datatable that I want to show the information from my SharePoint List. The table has three headers: Name, Department and Address. The Address column should combine two SharePoint columns(...
0
votes
1
answer
377
views
SharePoint 2013, DataTables return [object Object] from LookUp Column
I'm trying to return value from a LookUp value to my dataTables. The only thing that returns is [object Object].
Here is an image of my List and result:
I searched that I should add $expand in my ...
0
votes
1
answer
172
views
anchor tag href redirects to another without clicking the icon
I have made 2 tabs , in the second tab I have a datatable in which one column holds the anchor element...
In the anchor element I have "href" attribute in which I have called another ...
0
votes
1
answer
830
views
Sharepoint Datatable with export option in excel pdf and csv
I have created a list in sharepoint and trying to load in datatable using rest api with search and export option to tranfer in excel file for download. kindly help.
1
vote
1
answer
5k
views
Filter Data Table in Power Apps
I'm new to Power Apps and trying to work out something which feels like it should be simple.
I have a screen with a text box (txtSearch) and a data table (tblCatalog). The data source for the data ...
0
votes
1
answer
2k
views
SPO: Show loading gif on Page until Datatable has loaded completely and is clickable
I have a Datatable on a Page that takes around 7-10 seconds to load. I have a loader script that initiates a loader gif when the page is first visited, but the loader gif fades out well before all of ...
0
votes
1
answer
1k
views
How to select multiple values in dropdowns in datatable for Sharepoint 13 list?
I have a list in SharePoint 13. The list is customized using Data
table.Currently I have three filters with dropdown option. I want to select multiple option in the dropdown and show the result in the ...
0
votes
1
answer
484
views
Call a list value into a table on a SharePoint page
I am trying to call a value from a List into a cell in a table on a different SharePoint page. The table is composed using html, and I think that is where I'm having trouble trying to connect the dots....
2
votes
1
answer
468
views
How to order by modified (desc) and remove duplicate results in SPO List Datatable
Below is a working datatable for my SPO list called Companies. There are some duplicates in this list, but I want all of the duplicates removed. I have attempted the solutions on the DT site, but ...
0
votes
1
answer
933
views
I want to do full CURD operation in JQuery Datatable for SharePoint List item
I want to have Add, Edit, Delete options of Jquery datatable for my SharePoint list item. Have anyone implemented this.
I know how to show data in datatable using SharePoint REST, But facing ...
0
votes
1
answer
97
views
Can jQuery Datatables in a search results web part return more than 50 documents?
I've hit a wall on figuring out how to remedy this issue. Im currently developing a search center page with jQuery datatables and control and item display templates. The search results webpart is ...
0
votes
0
answers
41
views
Jqeury datatable to retrieve SharePoint list items
I am trying to build Jquery datatable to retrieve the list items depending on two filer dropdown boxes and a button. I have a custom list with Title, District, Organization, Number of Tasks as columns....
0
votes
1
answer
973
views
REST API append data to datatables
I have 2 lists, first list has the following columns:
StaffName
UnitName
The second list has the following columns:
UnitName
Department
Essentially, i want to pull all names from the first list from ...
0
votes
1
answer
98
views
Sharepoint HTML table with colors [closed]
I'm sure this is super simple, but I'm having a hard time wrapping my head around the logic of it. I have a SharePoint list of ~100 items, each item has an identifier A-C for example. I'd like to ...
0
votes
1
answer
2k
views
Is there a way you can fetch SharePoint's more than 5000 items using datatable?
Is there a way you can fetch SharePoint's more than 5000 items using datatable Jquery recursively in REST API? I also wanted to show the next set of data (next 1000 items) after clicking a button.